Html Css Color HEX #D72DCC Razzle Dazzle Rose

📋 copy color: '#D72DCC'

red 215 ◦ green 45 ◦ blue 204

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

Shades of Razzle Dazzle Rose #D72DCC

Tints of Razzle Dazzle Rose #D72DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.7%

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

R = 46.34%
G = 9.7%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D72DCC (or 0xD72DCC) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2D and CC. RGB value is (215,45,204). Sum of RGB (Red+Green+Blue) = 215+45+204=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DCC is #28D233. Grayscale: #717171. Windows color (decimal): -2675252 or 13381079. OLE color: 13381079.

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

Color convert

RGB 215 45 204 -
CMYK 0 0.79 0.05 0.16
HSL 303.88º 0.68% 0.51% -
HSV(B) 303.88º 0.79% 0.84% -
XYZ 39.86 20.68 59.02 -
YUV 113.96 178.82 200.07 -
System Red Green Blue C M Y K H S L
Decimal 215 45 204 0 0.79 0.05 0.16 303.88 0.68 0.51
Hex D7 2D CC 0 4F 5 10 130 44 33
Octal 327 55 314 0 117 5 20 460 104 63
Binary 11010111 101101 11001100 0 1001111 101 10000 100110000 1000100 110011

Color Harmonies of #D72DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DCC

Black with #D72DCC

Text Example


Text Example

White with #D72DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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