Html Css Color HEX #DB3E81 Deep Cerise

📋 copy color: '#DB3E81'

red 219 ◦ green 62 ◦ blue 129

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

Shades of Deep Cerise #DB3E81

Tints of Deep Cerise #DB3E81

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.12%

 BLUE value IS 129 (50.78% from 255) = 31.46%

R = 53.41%
G = 15.12%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB3E81 (or 0xDB3E81) is known color: Deep Cerise. HEX triplet: DB, 3E and 81. RGB value is (219,62,129). Sum of RGB (Red+Green+Blue) = 219+62+129=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3E81 is #24C17E. Grayscale: #747474. Windows color (decimal): -2408831 or 8470235. OLE color: 8470235.

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

Color convert

RGB 219 62 129 -
CMYK 0 0.72 0.41 0.14
HSL 334.39º 0.69% 0.55% -
HSV(B) 334.39º 0.72% 0.86% -
XYZ 34.9 20.09 22.81 -
YUV 116.58 135.01 201.05 -
System Red Green Blue C M Y K H S L
Decimal 219 62 129 0 0.72 0.41 0.14 334.39 0.69 0.55
Hex DB 3E 81 0 48 29 E 14E 45 37
Octal 333 76 201 0 110 51 16 516 105 67
Binary 11011011 111110 10000001 0 1001000 101001 1110 101001110 1000101 110111

Color Harmonies of #DB3E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E81

Black with #DB3E81

Text Example


Text Example

White with #DB3E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E81; }

 p { color: rgb(219,62,129); }

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

background-color css

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

 a { background-color: rgb(219,62,129); }

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

border-color css

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

 span { border-color: rgb(219,62,129); }

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