Html Css Color HEX #D72BBB Razzle Dazzle Rose

📋 copy color: '#D72BBB'

red 215 ◦ green 43 ◦ blue 187

#D72BBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #D72BBB

Tints of Razzle Dazzle Rose #D72BBB

RGB

 RED value IS 215 (84.38% from 255) = 48.31%

 GREEN value IS 43 (17.19% from 255) = 9.66%

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 48.31%
G = 9.66%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D72BBB (or 0xD72BBB) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2B and BB. RGB value is (215,43,187). Sum of RGB (Red+Green+Blue) = 215+43+187=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BBB is #28D444. Grayscale: #6E6E6E. Windows color (decimal): -2675781 or 12266455. OLE color: 12266455.

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

Color convert

RGB 215 43 187 -
CMYK 0 0.8 0.13 0.16
HSL 309.77º 0.68% 0.51% -
HSV(B) 309.77º 0.8% 0.84% -
XYZ 37.86 19.76 48.83 -
YUV 110.84 170.98 202.29 -
System Red Green Blue C M Y K H S L
Decimal 215 43 187 0 0.8 0.13 0.16 309.77 0.68 0.51
Hex D7 2B BB 0 50 D 10 136 44 33
Octal 327 53 273 0 120 15 20 466 104 63
Binary 11010111 101011 10111011 0 1010000 1101 10000 100110110 1000100 110011

Color Harmonies of #D72BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72BBB

Black with #D72BBB

Text Example


Text Example

White with #D72BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72BBB; }

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

 H1.HeaderClassName
 {
   color: #D72BBB;
 }
 .AnyTagClassName
 {
   color: #D72BBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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