Html Css Color HEX #DB2575 Deep Cerise

📋 copy color: '#DB2575'

red 219 ◦ green 37 ◦ blue 117

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

Shades of Deep Cerise #DB2575

Tints of Deep Cerise #DB2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

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

R = 58.71%
G = 9.92%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB2575 (or 0xDB2575) is known color: Deep Cerise. HEX triplet: DB, 25 and 75. RGB value is (219,37,117). Sum of RGB (Red+Green+Blue) = 219+37+117=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2575 is #24DA8A. Grayscale: #646464. Windows color (decimal): -2415243 or 7677403. OLE color: 7677403.

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

Color convert

RGB 219 37 117 -
CMYK 0 0.83 0.47 0.14
HSL 333.63º 0.72% 0.5% -
HSV(B) 333.63º 0.83% 0.86% -
XYZ 33.09 17.67 18.5 -
YUV 100.54 137.3 212.5 -
System Red Green Blue C M Y K H S L
Decimal 219 37 117 0 0.83 0.47 0.14 333.63 0.72 0.5
Hex DB 25 75 0 53 2F E 14E 48 32
Octal 333 45 165 0 123 57 16 516 110 62
Binary 11011011 100101 1110101 0 1010011 101111 1110 101001110 1001000 110010

Color Harmonies of #DB2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2575

Black with #DB2575

Text Example


Text Example

White with #DB2575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2575; }

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

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

background-color css

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

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

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

border-color css

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

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

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