Html Css Color HEX #DB2790 Deep Cerise

📋 copy color: '#DB2790'

red 219 ◦ green 39 ◦ blue 144

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

Shades of Deep Cerise #DB2790

Tints of Deep Cerise #DB2790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.7%

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 54.48%
G = 9.7%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB2790 (or 0xDB2790) is known color: Deep Cerise. HEX triplet: DB, 27 and 90. RGB value is (219,39,144). Sum of RGB (Red+Green+Blue) = 219+39+144=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2790 is #24D86F. Grayscale: #686868. Windows color (decimal): -2414704 or 9447387. OLE color: 9447387.

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

Color convert

RGB 219 39 144 -
CMYK 0 0.82 0.34 0.14
HSL 325º 0.71% 0.51% -
HSV(B) 325º 0.82% 0.86% -
XYZ 34.97 18.52 28.12 -
YUV 104.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 219 39 144 0 0.82 0.34 0.14 325 0.71 0.51
Hex DB 27 90 0 52 22 E 145 47 33
Octal 333 47 220 0 122 42 16 505 107 63
Binary 11011011 100111 10010000 0 1010010 100010 1110 101000101 1000111 110011

Color Harmonies of #DB2790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2790

Black with #DB2790

Text Example


Text Example

White with #DB2790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2790; }

 p { color: rgb(219,39,144); }

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

background-color css

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

 a { background-color: rgb(219,39,144); }

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

border-color css

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

 span { border-color: rgb(219,39,144); }

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