Html Css Color HEX #D72CC9 Razzle Dazzle Rose

📋 copy color: '#D72CC9'

red 215 ◦ green 44 ◦ blue 201

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

Shades of Razzle Dazzle Rose #D72CC9

Tints of Razzle Dazzle Rose #D72CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 46.74%
G = 9.57%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D72CC9 (or 0xD72CC9) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2C and C9. RGB value is (215,44,201). Sum of RGB (Red+Green+Blue) = 215+44+201=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CC9 is #28D336. Grayscale: #707070. Windows color (decimal): -2675511 or 13184215. OLE color: 13184215.

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

Color convert

RGB 215 44 201 -
CMYK 0 0.80 0.07 0.16
HSL 304.91º 0.68% 0.51% -
HSV(B) 304.91º 0.8% 0.84% -
XYZ 39.47 20.47 57.13 -
YUV 113.03 177.65 200.73 -
System Red Green Blue C M Y K H S L
Decimal 215 44 201 0 0.80 0.07 0.16 304.91 0.68 0.51
Hex D7 2C C9 0 50 7 10 131 44 33
Octal 327 54 311 0 120 7 20 461 104 63
Binary 11010111 101100 11001001 0 1010000 111 10000 100110001 1000100 110011

Color Harmonies of #D72CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CC9

Black with #D72CC9

Text Example


Text Example

White with #D72CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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