Html Css Color HEX #DB2975 Deep Cerise

📋 copy color: '#DB2975'

red 219 ◦ green 41 ◦ blue 117

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

Shades of Deep Cerise #DB2975

Tints of Deep Cerise #DB2975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.88%

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

R = 58.09%
G = 10.88%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB2975 (or 0xDB2975) is known color: Deep Cerise. HEX triplet: DB, 29 and 75. RGB value is (219,41,117). Sum of RGB (Red+Green+Blue) = 219+41+117=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2975 is #24D68A. Grayscale: #666666. Windows color (decimal): -2414219 or 7678427. OLE color: 7678427.

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

Color convert

RGB 219 41 117 -
CMYK 0 0.81 0.47 0.14
HSL 334.38º 0.71% 0.51% -
HSV(B) 334.38º 0.81% 0.86% -
XYZ 33.22 17.93 18.54 -
YUV 102.89 135.97 210.82 -
System Red Green Blue C M Y K H S L
Decimal 219 41 117 0 0.81 0.47 0.14 334.38 0.71 0.51
Hex DB 29 75 0 51 2F E 14E 47 33
Octal 333 51 165 0 121 57 16 516 107 63
Binary 11011011 101001 1110101 0 1010001 101111 1110 101001110 1000111 110011

Color Harmonies of #DB2975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2975

Black with #DB2975

Text Example


Text Example

White with #DB2975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2975; }

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

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

background-color css

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

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

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

border-color css

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

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

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