Html Css Color HEX #DB379E Deep Cerise

📋 copy color: '#DB379E'

red 219 ◦ green 55 ◦ blue 158

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

Shades of Deep Cerise #DB379E

Tints of Deep Cerise #DB379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.73%

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

R = 50.69%
G = 12.73%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB379E (or 0xDB379E) is known color: Deep Cerise. HEX triplet: DB, 37 and 9E. RGB value is (219,55,158). Sum of RGB (Red+Green+Blue) = 219+55+158=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB379E is #24C861. Grayscale: #737373. Windows color (decimal): -2410594 or 10368987. OLE color: 10368987.

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

Color convert

RGB 219 55 158 -
CMYK 0 0.75 0.28 0.14
HSL 322.32º 0.69% 0.54% -
HSV(B) 322.32º 0.75% 0.86% -
XYZ 36.75 20.26 34.32 -
YUV 115.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 219 55 158 0 0.75 0.28 0.14 322.32 0.69 0.54
Hex DB 37 9E 0 4B 1C E 142 45 36
Octal 333 67 236 0 113 34 16 502 105 66
Binary 11011011 110111 10011110 0 1001011 11100 1110 101000010 1000101 110110

Color Harmonies of #DB379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB379E

Black with #DB379E

Text Example


Text Example

White with #DB379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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