Html Css Color HEX #DB2375 Deep Cerise

📋 copy color: '#DB2375'

red 219 ◦ green 35 ◦ blue 117

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

Shades of Deep Cerise #DB2375

Tints of Deep Cerise #DB2375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 59.03%
G = 9.43%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB2375 (or 0xDB2375) is known color: Deep Cerise. HEX triplet: DB, 23 and 75. RGB value is (219,35,117). Sum of RGB (Red+Green+Blue) = 219+35+117=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2375 is #24DC8A. Grayscale: #636363. Windows color (decimal): -2415755 or 7676891. OLE color: 7676891.

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

Color convert

RGB 219 35 117 -
CMYK 0 0.84 0.47 0.14
HSL 333.26º 0.72% 0.5% -
HSV(B) 333.26º 0.84% 0.86% -
XYZ 33.03 17.55 18.48 -
YUV 99.36 137.96 213.33 -
System Red Green Blue C M Y K H S L
Decimal 219 35 117 0 0.84 0.47 0.14 333.26 0.72 0.5
Hex DB 23 75 0 54 2F E 14D 48 32
Octal 333 43 165 0 124 57 16 515 110 62
Binary 11011011 100011 1110101 0 1010100 101111 1110 101001101 1001000 110010

Color Harmonies of #DB2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2375

Black with #DB2375

Text Example


Text Example

White with #DB2375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2375; }

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

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

background-color css

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

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

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

border-color css

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

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

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