Html Css Color HEX #D72BCC Razzle Dazzle Rose

📋 copy color: '#D72BCC'

red 215 ◦ green 43 ◦ blue 204

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

Shades of Razzle Dazzle Rose #D72BCC

Tints of Razzle Dazzle Rose #D72BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 46.54%
G = 9.31%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D72BCC (or 0xD72BCC) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2B and CC. RGB value is (215,43,204). Sum of RGB (Red+Green+Blue) = 215+43+204=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BCC is #28D433. Grayscale: #707070. Windows color (decimal): -2675764 or 13380567. OLE color: 13380567.

HSL color Cylindrical-coordinate representation of color #D72BCC: hue angle of 303.84º 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 #D72BCC is Cyan = 0, Magento = 0.8, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 43 204 -
CMYK 0 0.8 0.05 0.16
HSL 303.84º 0.68% 0.51% -
HSV(B) 303.84º 0.8% 0.84% -
XYZ 39.79 20.53 58.99 -
YUV 112.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 215 43 204 0 0.8 0.05 0.16 303.84 0.68 0.51
Hex D7 2B CC 0 50 5 10 130 44 33
Octal 327 53 314 0 120 5 20 460 104 63
Binary 11010111 101011 11001100 0 1010000 101 10000 100110000 1000100 110011

Color Harmonies of #D72BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72BCC

Black with #D72BCC

Text Example


Text Example

White with #D72BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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