Html Css Color HEX #D72FCC Razzle Dazzle Rose

📋 copy color: '#D72FCC'

red 215 ◦ green 47 ◦ blue 204

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

Shades of Razzle Dazzle Rose #D72FCC

Tints of Razzle Dazzle Rose #D72FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.09%

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

R = 46.14%
G = 10.09%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D72FCC (or 0xD72FCC) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2F and CC. RGB value is (215,47,204). Sum of RGB (Red+Green+Blue) = 215+47+204=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FCC is #28D033. Grayscale: #727272. Windows color (decimal): -2674740 or 13381591. OLE color: 13381591.

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

Color convert

RGB 215 47 204 -
CMYK 0 0.78 0.05 0.16
HSL 303.93º 0.68% 0.51% -
HSV(B) 303.93º 0.78% 0.84% -
XYZ 39.94 20.84 59.04 -
YUV 115.13 178.16 199.23 -
System Red Green Blue C M Y K H S L
Decimal 215 47 204 0 0.78 0.05 0.16 303.93 0.68 0.51
Hex D7 2F CC 0 4E 5 10 130 44 33
Octal 327 57 314 0 116 5 20 460 104 63
Binary 11010111 101111 11001100 0 1001110 101 10000 100110000 1000100 110011

Color Harmonies of #D72FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FCC

Black with #D72FCC

Text Example


Text Example

White with #D72FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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