Html Css Color HEX #DB3990 Deep Cerise

📋 copy color: '#DB3990'

red 219 ◦ green 57 ◦ blue 144

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

Shades of Deep Cerise #DB3990

Tints of Deep Cerise #DB3990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.57%

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

R = 52.14%
G = 13.57%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB3990 (or 0xDB3990) is known color: Deep Cerise. HEX triplet: DB, 39 and 90. RGB value is (219,57,144). Sum of RGB (Red+Green+Blue) = 219+57+144=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3990 is #24C66F. Grayscale: #737373. Windows color (decimal): -2410096 or 9451995. OLE color: 9451995.

HSL color Cylindrical-coordinate representation of color #DB3990: hue angle of 327.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3990 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 144 -
CMYK 0 0.74 0.34 0.14
HSL 327.78º 0.69% 0.54% -
HSV(B) 327.78º 0.74% 0.86% -
XYZ 35.71 20 28.36 -
YUV 115.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 219 57 144 0 0.74 0.34 0.14 327.78 0.69 0.54
Hex DB 39 90 0 4A 22 E 148 45 36
Octal 333 71 220 0 112 42 16 510 105 66
Binary 11011011 111001 10010000 0 1001010 100010 1110 101001000 1000101 110110

Color Harmonies of #DB3990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3990

Black with #DB3990

Text Example


Text Example

White with #DB3990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3990; }

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

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

background-color css

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

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

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

border-color css

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

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

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