Html Css Color HEX #D72CC6 Razzle Dazzle Rose

📋 copy color: '#D72CC6'

red 215 ◦ green 44 ◦ blue 198

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

Shades of Razzle Dazzle Rose #D72CC6

Tints of Razzle Dazzle Rose #D72CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 47.05%
G = 9.63%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D72CC6 (or 0xD72CC6) is known color: Razzle Dazzle Rose. HEX triplet: D7, 2C and C6. RGB value is (215,44,198). Sum of RGB (Red+Green+Blue) = 215+44+198=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CC6 is #28D339. Grayscale: #707070. Windows color (decimal): -2675514 or 12987607. OLE color: 12987607.

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

Color convert

RGB 215 44 198 -
CMYK 0 0.80 0.08 0.16
HSL 305.96º 0.68% 0.51% -
HSV(B) 305.96º 0.8% 0.84% -
XYZ 39.12 20.33 55.29 -
YUV 112.69 176.15 200.98 -
System Red Green Blue C M Y K H S L
Decimal 215 44 198 0 0.80 0.08 0.16 305.96 0.68 0.51
Hex D7 2C C6 0 50 8 10 132 44 33
Octal 327 54 306 0 120 10 20 462 104 63
Binary 11010111 101100 11000110 0 1010000 1000 10000 100110010 1000100 110011

Color Harmonies of #D72CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CC6

Black with #D72CC6

Text Example


Text Example

White with #D72CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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