Html Css Color HEX #DB3879 Deep Cerise

📋 copy color: '#DB3879'

red 219 ◦ green 56 ◦ blue 121

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

Shades of Deep Cerise #DB3879

Tints of Deep Cerise #DB3879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.14%

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 55.3%
G = 14.14%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB3879 (or 0xDB3879) is known color: Deep Cerise. HEX triplet: DB, 38 and 79. RGB value is (219,56,121). Sum of RGB (Red+Green+Blue) = 219+56+121=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3879 is #24C786. Grayscale: #707070. Windows color (decimal): -2410375 or 7944411. OLE color: 7944411.

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

Color convert

RGB 219 56 121 -
CMYK 0 0.74 0.45 0.14
HSL 336.07º 0.69% 0.54% -
HSV(B) 336.07º 0.74% 0.86% -
XYZ 34.08 19.27 20.01 -
YUV 112.15 133 204.21 -
System Red Green Blue C M Y K H S L
Decimal 219 56 121 0 0.74 0.45 0.14 336.07 0.69 0.54
Hex DB 38 79 0 4A 2D E 150 45 36
Octal 333 70 171 0 112 55 16 520 105 66
Binary 11011011 111000 1111001 0 1001010 101101 1110 101010000 1000101 110110

Color Harmonies of #DB3879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3879

Black with #DB3879

Text Example


Text Example

White with #DB3879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3879; }

 p { color: rgb(219,56,121); }

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

background-color css

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

 a { background-color: rgb(219,56,121); }

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

border-color css

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

 span { border-color: rgb(219,56,121); }

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