Html Css Color HEX #D72CAA Deep Cerise

📋 copy color: '#D72CAA'

red 215 ◦ green 44 ◦ blue 170

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

Shades of Deep Cerise #D72CAA

Tints of Deep Cerise #D72CAA

RGB

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

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

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

R = 50.12%
G = 10.26%
B = 39.63%

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

#D72CAA (or 0xD72CAA) is known color: Deep Cerise. HEX triplet: D7, 2C and AA. RGB value is (215,44,170). Sum of RGB (Red+Green+Blue) = 215+44+170=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72CAA is #28D355. Grayscale: #6D6D6D. Windows color (decimal): -2675542 or 11152599. OLE color: 11152599.

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

Color convert

RGB 215 44 170 -
CMYK 0 0.80 0.21 0.16
HSL 315.79º 0.68% 0.51% -
HSV(B) 315.79º 0.8% 0.84% -
XYZ 36.18 19.15 39.82 -
YUV 109.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 215 44 170 0 0.80 0.21 0.16 315.79 0.68 0.51
Hex D7 2C AA 0 50 15 10 13C 44 33
Octal 327 54 252 0 120 25 20 474 104 63
Binary 11010111 101100 10101010 0 1010000 10101 10000 100111100 1000100 110011

Color Harmonies of #D72CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CAA

Black with #D72CAA

Text Example


Text Example

White with #D72CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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