Html Css Color HEX #DB287C Deep Cerise

📋 copy color: '#DB287C'

red 219 ◦ green 40 ◦ blue 124

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

Shades of Deep Cerise #DB287C

Tints of Deep Cerise #DB287C

RGB

 RED value IS 219 (85.94% from 255) = 57.18%

 GREEN value IS 40 (16.02% from 255) = 10.44%

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 57.18%
G = 10.44%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB287C (or 0xDB287C) is known color: Deep Cerise. HEX triplet: DB, 28 and 7C. RGB value is (219,40,124). Sum of RGB (Red+Green+Blue) = 219+40+124=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB287C is #24D783. Grayscale: #666666. Windows color (decimal): -2414468 or 8136923. OLE color: 8136923.

HSL color Cylindrical-coordinate representation of color #DB287C: hue angle of 331.84º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB287C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 124 -
CMYK 0 0.82 0.43 0.14
HSL 331.84º 0.71% 0.51% -
HSV(B) 331.84º 0.82% 0.86% -
XYZ 33.61 18.03 20.78 -
YUV 103.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 219 40 124 0 0.82 0.43 0.14 331.84 0.71 0.51
Hex DB 28 7C 0 52 2B E 14C 47 33
Octal 333 50 174 0 122 53 16 514 107 63
Binary 11011011 101000 1111100 0 1010010 101011 1110 101001100 1000111 110011

Color Harmonies of #DB287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB287C

Black with #DB287C

Text Example


Text Example

White with #DB287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB287C; }

 p { color: rgb(219,40,124); }

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

background-color css

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

 a { background-color: rgb(219,40,124); }

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

border-color css

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

 span { border-color: rgb(219,40,124); }

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