Html Css Color HEX #DB2690 Deep Cerise

📋 copy color: '#DB2690'

red 219 ◦ green 38 ◦ blue 144

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

Shades of Deep Cerise #DB2690

Tints of Deep Cerise #DB2690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.48%

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

R = 54.61%
G = 9.48%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB2690 (or 0xDB2690) is known color: Deep Cerise. HEX triplet: DB, 26 and 90. RGB value is (219,38,144). Sum of RGB (Red+Green+Blue) = 219+38+144=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2690 is #24D96F. Grayscale: #676767. Windows color (decimal): -2414960 or 9447131. OLE color: 9447131.

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

Color convert

RGB 219 38 144 -
CMYK 0 0.83 0.34 0.14
HSL 324.86º 0.72% 0.5% -
HSV(B) 324.86º 0.83% 0.86% -
XYZ 34.94 18.46 28.11 -
YUV 104.2 150.47 209.88 -
System Red Green Blue C M Y K H S L
Decimal 219 38 144 0 0.83 0.34 0.14 324.86 0.72 0.5
Hex DB 26 90 0 53 22 E 145 48 32
Octal 333 46 220 0 123 42 16 505 110 62
Binary 11011011 100110 10010000 0 1010011 100010 1110 101000101 1001000 110010

Color Harmonies of #DB2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2690

Black with #DB2690

Text Example


Text Example

White with #DB2690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2690; }

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

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

background-color css

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

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

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

border-color css

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

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

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