Html Css Color HEX #D72088 Deep Cerise

📋 copy color: '#D72088'

red 215 ◦ green 32 ◦ blue 136

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

Shades of Deep Cerise #D72088

Tints of Deep Cerise #D72088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 56.14%
G = 8.36%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D72088 (or 0xD72088) is known color: Deep Cerise. HEX triplet: D7, 20 and 88. RGB value is (215,32,136). Sum of RGB (Red+Green+Blue) = 215+32+136=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D72088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72088 is #28DF77. Grayscale: #626262. Windows color (decimal): -2678648 or 8921303. OLE color: 8921303.

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

Color convert

RGB 215 32 136 -
CMYK 0 0.85 0.37 0.16
HSL 325.9º 0.74% 0.48% -
HSV(B) 325.9º 0.85% 0.84% -
XYZ 32.98 17.26 24.89 -
YUV 98.57 149.13 211.04 -
System Red Green Blue C M Y K H S L
Decimal 215 32 136 0 0.85 0.37 0.16 325.9 0.74 0.48
Hex D7 20 88 0 55 25 10 146 4A 30
Octal 327 40 210 0 125 45 20 506 112 60
Binary 11010111 100000 10001000 0 1010101 100101 10000 101000110 1001010 110000

Color Harmonies of #D72088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72088

Black with #D72088

Text Example


Text Example

White with #D72088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72088; }

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

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

background-color css

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

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

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

border-color css

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

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

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