Html Css Color HEX #DB409E Deep Cerise

📋 copy color: '#DB409E'

red 219 ◦ green 64 ◦ blue 158

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

Shades of Deep Cerise #DB409E

Tints of Deep Cerise #DB409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.51%

 BLUE value IS 158 (62.11% from 255) = 35.83%

R = 49.66%
G = 14.51%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB409E (or 0xDB409E) is known color: Deep Cerise. HEX triplet: DB, 40 and 9E. RGB value is (219,64,158). Sum of RGB (Red+Green+Blue) = 219+64+158=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB409E is #24BF61. Grayscale: #787878. Windows color (decimal): -2408290 or 10371291. OLE color: 10371291.

HSL color Cylindrical-coordinate representation of color #DB409E: hue angle of 323.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB409E is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 64 158 -
CMYK 0 0.71 0.28 0.14
HSL 323.61º 0.68% 0.55% -
HSV(B) 323.61º 0.71% 0.86% -
XYZ 37.22 21.2 34.48 -
YUV 121.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 219 64 158 0 0.71 0.28 0.14 323.61 0.68 0.55
Hex DB 40 9E 0 47 1C E 144 44 37
Octal 333 100 236 0 107 34 16 504 104 67
Binary 11011011 1000000 10011110 0 1000111 11100 1110 101000100 1000100 110111

Color Harmonies of #DB409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB409E

Black with #DB409E

Text Example


Text Example

White with #DB409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB409E; }

 p { color: rgb(219,64,158); }

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

background-color css

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

 a { background-color: rgb(219,64,158); }

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

border-color css

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

 span { border-color: rgb(219,64,158); }

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