Html Css Color HEX #D72CC3 Razzle Dazzle Rose

📋 copy color: '#D72CC3'

red 215 ◦ green 44 ◦ blue 195

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

Shades of Razzle Dazzle Rose #D72CC3

Tints of Razzle Dazzle Rose #D72CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.95%

R = 47.36%
G = 9.69%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D72CC3 (or 0xD72CC3) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2C and C3. RGB value is (215,44,195). Sum of RGB (Red+Green+Blue) = 215+44+195=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CC3 is #28D33C. Grayscale: #6F6F6F. Windows color (decimal): -2675517 or 12790999. OLE color: 12790999.

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

Color convert

RGB 215 44 195 -
CMYK 0 0.80 0.09 0.16
HSL 307.02º 0.68% 0.51% -
HSV(B) 307.02º 0.8% 0.84% -
XYZ 38.78 20.19 53.48 -
YUV 112.34 174.65 201.22 -
System Red Green Blue C M Y K H S L
Decimal 215 44 195 0 0.80 0.09 0.16 307.02 0.68 0.51
Hex D7 2C C3 0 50 9 10 133 44 33
Octal 327 54 303 0 120 11 20 463 104 63
Binary 11010111 101100 11000011 0 1010000 1001 10000 100110011 1000100 110011

Color Harmonies of #D72CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CC3

Black with #D72CC3

Text Example


Text Example

White with #D72CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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