Html Css Color HEX #DB2594 Deep Cerise

📋 copy color: '#DB2594'

red 219 ◦ green 37 ◦ blue 148

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

Shades of Deep Cerise #DB2594

Tints of Deep Cerise #DB2594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 54.21%
G = 9.16%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB2594 (or 0xDB2594) is known color: Deep Cerise. HEX triplet: DB, 25 and 94. RGB value is (219,37,148). Sum of RGB (Red+Green+Blue) = 219+37+148=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2594 is #24DA6B. Grayscale: #676767. Windows color (decimal): -2415212 or 9709019. OLE color: 9709019.

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

Color convert

RGB 219 37 148 -
CMYK 0 0.83 0.32 0.14
HSL 323.41º 0.72% 0.5% -
HSV(B) 323.41º 0.83% 0.86% -
XYZ 35.22 18.52 29.74 -
YUV 104.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 219 37 148 0 0.83 0.32 0.14 323.41 0.72 0.5
Hex DB 25 94 0 53 20 E 143 48 32
Octal 333 45 224 0 123 40 16 503 110 62
Binary 11011011 100101 10010100 0 1010011 100000 1110 101000011 1001000 110010

Color Harmonies of #DB2594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2594

Black with #DB2594

Text Example


Text Example

White with #DB2594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2594; }

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

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

background-color css

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

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

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

border-color css

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

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

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