Html Css Color HEX #D72DC9 Razzle Dazzle Rose

📋 copy color: '#D72DC9'

red 215 ◦ green 45 ◦ blue 201

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

Shades of Razzle Dazzle Rose #D72DC9

Tints of Razzle Dazzle Rose #D72DC9

RGB

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

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

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

R = 46.64%
G = 9.76%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D72DC9 (or 0xD72DC9) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2D and C9. RGB value is (215,45,201). Sum of RGB (Red+Green+Blue) = 215+45+201=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DC9 is #28D236. Grayscale: #717171. Windows color (decimal): -2675255 or 13184471. OLE color: 13184471.

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

Color convert

RGB 215 45 201 -
CMYK 0 0.79 0.07 0.16
HSL 304.94º 0.68% 0.51% -
HSV(B) 304.94º 0.79% 0.84% -
XYZ 39.51 20.54 57.14 -
YUV 113.61 177.32 200.32 -
System Red Green Blue C M Y K H S L
Decimal 215 45 201 0 0.79 0.07 0.16 304.94 0.68 0.51
Hex D7 2D C9 0 4F 7 10 131 44 33
Octal 327 55 311 0 117 7 20 461 104 63
Binary 11010111 101101 11001001 0 1001111 111 10000 100110001 1000100 110011

Color Harmonies of #D72DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DC9

Black with #D72DC9

Text Example


Text Example

White with #D72DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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