Html Css Color HEX #DB408F Deep Cerise

📋 copy color: '#DB408F'

red 219 ◦ green 64 ◦ blue 143

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

Shades of Deep Cerise #DB408F

Tints of Deep Cerise #DB408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 51.41%
G = 15.02%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB408F (or 0xDB408F) is known color: Deep Cerise. HEX triplet: DB, 40 and 8F. RGB value is (219,64,143). Sum of RGB (Red+Green+Blue) = 219+64+143=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB408F is #24BF70. Grayscale: #777777. Windows color (decimal): -2408305 or 9388251. OLE color: 9388251.

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

Color convert

RGB 219 64 143 -
CMYK 0 0.71 0.35 0.14
HSL 329.42º 0.68% 0.55% -
HSV(B) 329.42º 0.71% 0.86% -
XYZ 36 20.71 28.09 -
YUV 119.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 219 64 143 0 0.71 0.35 0.14 329.42 0.68 0.55
Hex DB 40 8F 0 47 23 E 149 44 37
Octal 333 100 217 0 107 43 16 511 104 67
Binary 11011011 1000000 10001111 0 1000111 100011 1110 101001001 1000100 110111

Color Harmonies of #DB408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB408F

Black with #DB408F

Text Example


Text Example

White with #DB408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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