Html Css Color HEX #D72090 Deep Cerise

📋 copy color: '#D72090'

red 215 ◦ green 32 ◦ blue 144

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

Shades of Deep Cerise #D72090

Tints of Deep Cerise #D72090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.18%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 54.99%
G = 8.18%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D72090 (or 0xD72090) is known color: Deep Cerise. HEX triplet: D7, 20 and 90. RGB value is (215,32,144). Sum of RGB (Red+Green+Blue) = 215+32+144=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D72090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72090 is #28DF6F. Grayscale: #636363. Windows color (decimal): -2678640 or 9445591. OLE color: 9445591.

HSL color Cylindrical-coordinate representation of color #D72090: hue angle of 323.28º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72090 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 144 -
CMYK 0 0.85 0.33 0.16
HSL 323.28º 0.74% 0.48% -
HSV(B) 323.28º 0.85% 0.84% -
XYZ 33.57 17.49 27.99 -
YUV 99.49 153.13 210.39 -
System Red Green Blue C M Y K H S L
Decimal 215 32 144 0 0.85 0.33 0.16 323.28 0.74 0.48
Hex D7 20 90 0 55 21 10 143 4A 30
Octal 327 40 220 0 125 41 20 503 112 60
Binary 11010111 100000 10010000 0 1010101 100001 10000 101000011 1001010 110000

Color Harmonies of #D72090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72090

Black with #D72090

Text Example


Text Example

White with #D72090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72090; }

 p { color: rgb(215,32,144); }

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

background-color css

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

 a { background-color: rgb(215,32,144); }

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

border-color css

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

 span { border-color: rgb(215,32,144); }

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