Html Css Color HEX #D72AAA Deep Cerise

📋 copy color: '#D72AAA'

red 215 ◦ green 42 ◦ blue 170

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

Shades of Deep Cerise #D72AAA

Tints of Deep Cerise #D72AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.84%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 50.35%
G = 9.84%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D72AAA (or 0xD72AAA) is known color: Deep Cerise. HEX triplet: D7, 2A and AA. RGB value is (215,42,170). Sum of RGB (Red+Green+Blue) = 215+42+170=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72AAA is #28D555. Grayscale: #6B6B6B. Windows color (decimal): -2676054 or 11152087. OLE color: 11152087.

HSL color Cylindrical-coordinate representation of color #D72AAA: hue angle of 315.61º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72AAA is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 170 -
CMYK 0 0.80 0.21 0.16
HSL 315.61º 0.68% 0.5% -
HSV(B) 315.61º 0.8% 0.84% -
XYZ 36.11 19.01 39.8 -
YUV 108.32 162.81 204.09 -
System Red Green Blue C M Y K H S L
Decimal 215 42 170 0 0.80 0.21 0.16 315.61 0.68 0.5
Hex D7 2A AA 0 50 15 10 13C 44 32
Octal 327 52 252 0 120 25 20 474 104 62
Binary 11010111 101010 10101010 0 1010000 10101 10000 100111100 1000100 110010

Color Harmonies of #D72AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72AAA

Black with #D72AAA

Text Example


Text Example

White with #D72AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72AAA; }

 p { color: rgb(215,42,170); }

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

background-color css

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

 a { background-color: rgb(215,42,170); }

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

border-color css

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

 span { border-color: rgb(215,42,170); }

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