Html Css Color HEX #D72CCC Razzle Dazzle Rose

📋 copy color: '#D72CCC'

red 215 ◦ green 44 ◦ blue 204

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

Shades of Razzle Dazzle Rose #D72CCC

Tints of Razzle Dazzle Rose #D72CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.5%

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

R = 46.44%
G = 9.5%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D72CCC (or 0xD72CCC) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2C and CC. RGB value is (215,44,204). Sum of RGB (Red+Green+Blue) = 215+44+204=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CCC is #28D333. Grayscale: #707070. Windows color (decimal): -2675508 or 13380823. OLE color: 13380823.

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

Color convert

RGB 215 44 204 -
CMYK 0 0.80 0.05 0.16
HSL 303.86º 0.68% 0.51% -
HSV(B) 303.86º 0.8% 0.84% -
XYZ 39.82 20.61 59.01 -
YUV 113.37 179.15 200.49 -
System Red Green Blue C M Y K H S L
Decimal 215 44 204 0 0.80 0.05 0.16 303.86 0.68 0.51
Hex D7 2C CC 0 50 5 10 130 44 33
Octal 327 54 314 0 120 5 20 460 104 63
Binary 11010111 101100 11001100 0 1010000 101 10000 100110000 1000100 110011

Color Harmonies of #D72CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CCC

Black with #D72CCC

Text Example


Text Example

White with #D72CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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