#d72ebb

Color #D72EBB Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #D72EBB

Tints of Razzle Dazzle Rose #D72EBB

Color information

#D72EBB (or 0xD72EBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: D7, 2E and BB. RGB value is (215,46,187). Sum of RGB (Red+Green+Blue) = 215+46+187=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D72EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72EBB is #28D144. Grayscale: #707070. Windows color (decimal): -2675013 or 12267223. OLE color: 12267223.

HSL color Cylindrical-coordinate representation of color #D72EBB: hue angle of 309.94º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72EBB is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB21546187-
CMYK00.790.130.16
HSL309.94º67.87%51.18%-
HSV(B)309.94º78.6%84.31%-
XYZ37.9719.9948.87-
YUV112.6169.99201.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 47.99%
GREEN value IS 46 (18.36% from 255) = 10.27%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=47.99%
G=10.27%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154618700.790.130.16309.9467.8751.18
HexD72EBB04FD101364433
Octal327562730117152046610463
Binary1101011110111010111011010011111101100001001101101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d72ebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d72ebb; }

 p { color: rgb(215,46,187); }

 H1.HeaderClassName
 {
   color: #d72ebb;
 }
 .AnyTagClassName
 {
   color: #d72ebb;
 }
</style>
background-color css

<style>
 a { background-color: #d72ebb; }

 a { background-color: rgb(215,46,187); }

 div.DivClassName
 {
   background-color: #d72ebb;
 }
 .BgClassName
 {
   background-color: #d72ebb;
 }
</style>
border-color css

<style>
 span { border-color: #d72ebb; }

 span { border-color: rgb(215,46,187); }

 td.TdClassName
 {
   border-color: #d72ebb;
 }
 .TagClassName
 {
   border-color: #d72ebb;
 }
</style>