Html Css Color HEX #D82288 Deep Cerise

📋 copy color: '#D82288'

red 216 ◦ green 34 ◦ blue 136

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

Shades of Deep Cerise #D82288

Tints of Deep Cerise #D82288

RGB

 RED value IS 216 (84.77% from 255) = 55.96%

 GREEN value IS 34 (13.67% from 255) = 8.81%

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

R = 55.96%
G = 8.81%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D82288 (or 0xD82288) is known color: Deep Cerise. HEX triplet: D8, 22 and 88. RGB value is (216,34,136). Sum of RGB (Red+Green+Blue) = 216+34+136=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D82288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82288 is #27DD77. Grayscale: #636363. Windows color (decimal): -2612600 or 8921816. OLE color: 8921816.

HSL color Cylindrical-coordinate representation of color #D82288: hue angle of 326.37º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82288 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 34 136 -
CMYK 0 0.84 0.37 0.15
HSL 326.37º 0.73% 0.49% -
HSV(B) 326.37º 0.84% 0.85% -
XYZ 33.33 17.52 24.92 -
YUV 100.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 216 34 136 0 0.84 0.37 0.15 326.37 0.73 0.49
Hex D8 22 88 0 54 25 F 146 49 31
Octal 330 42 210 0 124 45 17 506 111 61
Binary 11011000 100010 10001000 0 1010100 100101 1111 101000110 1001001 110001

Color Harmonies of #D82288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82288

Black with #D82288

Text Example


Text Example

White with #D82288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82288; }

 p { color: rgb(216,34,136); }

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

background-color css

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

 a { background-color: rgb(216,34,136); }

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

border-color css

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

 span { border-color: rgb(216,34,136); }

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