Html Css Color HEX #D62288 Deep Cerise

📋 copy color: '#D62288'

red 214 ◦ green 34 ◦ blue 136

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

Shades of Deep Cerise #D62288

Tints of Deep Cerise #D62288

RGB

 RED value IS 214 (83.98% from 255) = 55.73%

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

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

R = 55.73%
G = 8.85%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D62288 (or 0xD62288) is known color: Deep Cerise. HEX triplet: D6, 22 and 88. RGB value is (214,34,136). Sum of RGB (Red+Green+Blue) = 214+34+136=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D62288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62288 is #29DD77. Grayscale: #636363. Windows color (decimal): -2743672 or 8921814. OLE color: 8921814.

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

Color convert

RGB 214 34 136 -
CMYK 0 0.84 0.36 0.16
HSL 326º 0.73% 0.49% -
HSV(B) 326º 0.84% 0.84% -
XYZ 32.75 17.22 24.89 -
YUV 99.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 214 34 136 0 0.84 0.36 0.16 326 0.73 0.49
Hex D6 22 88 0 54 24 10 146 49 31
Octal 326 42 210 0 124 44 20 506 111 61
Binary 11010110 100010 10001000 0 1010100 100100 10000 101000110 1001001 110001

Color Harmonies of #D62288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62288

Black with #D62288

Text Example


Text Example

White with #D62288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62288; }

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

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

background-color css

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

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

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

border-color css

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

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

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