Html Css Color HEX #DB2875 Deep Cerise

📋 copy color: '#DB2875'

red 219 ◦ green 40 ◦ blue 117

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

Shades of Deep Cerise #DB2875

Tints of Deep Cerise #DB2875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 58.24%
G = 10.64%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB2875 (or 0xDB2875) is known color: Deep Cerise. HEX triplet: DB, 28 and 75. RGB value is (219,40,117). Sum of RGB (Red+Green+Blue) = 219+40+117=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2875 is #24D78A. Grayscale: #666666. Windows color (decimal): -2414475 or 7678171. OLE color: 7678171.

HSL color Cylindrical-coordinate representation of color #DB2875: hue angle of 334.19º 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 #DB2875 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 117 -
CMYK 0 0.82 0.47 0.14
HSL 334.19º 0.71% 0.51% -
HSV(B) 334.19º 0.82% 0.86% -
XYZ 33.18 17.86 18.53 -
YUV 102.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 219 40 117 0 0.82 0.47 0.14 334.19 0.71 0.51
Hex DB 28 75 0 52 2F E 14E 47 33
Octal 333 50 165 0 122 57 16 516 107 63
Binary 11011011 101000 1110101 0 1010010 101111 1110 101001110 1000111 110011

Color Harmonies of #DB2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2875

Black with #DB2875

Text Example


Text Example

White with #DB2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2875; }

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

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

background-color css

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

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

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

border-color css

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

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

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