Html Css Color HEX #DB379F Deep Cerise

📋 copy color: '#DB379F'

red 219 ◦ green 55 ◦ blue 159

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

Shades of Deep Cerise #DB379F

Tints of Deep Cerise #DB379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 50.58%
G = 12.7%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB379F (or 0xDB379F) is known color: Deep Cerise. HEX triplet: DB, 37 and 9F. RGB value is (219,55,159). Sum of RGB (Red+Green+Blue) = 219+55+159=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB379F is #24C860. Grayscale: #737373. Windows color (decimal): -2410593 or 10434523. OLE color: 10434523.

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

Color convert

RGB 219 55 159 -
CMYK 0 0.75 0.27 0.14
HSL 321.95º 0.69% 0.54% -
HSV(B) 321.95º 0.75% 0.86% -
XYZ 36.84 20.3 34.78 -
YUV 115.89 152.33 201.54 -
System Red Green Blue C M Y K H S L
Decimal 219 55 159 0 0.75 0.27 0.14 321.95 0.69 0.54
Hex DB 37 9F 0 4B 1B E 142 45 36
Octal 333 67 237 0 113 33 16 502 105 66
Binary 11011011 110111 10011111 0 1001011 11011 1110 101000010 1000101 110110

Color Harmonies of #DB379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB379F

Black with #DB379F

Text Example


Text Example

White with #DB379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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