Html Css Color HEX #DB377C Deep Cerise

📋 copy color: '#DB377C'

red 219 ◦ green 55 ◦ blue 124

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

Shades of Deep Cerise #DB377C

Tints of Deep Cerise #DB377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 55.03%
G = 13.82%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB377C (or 0xDB377C) is known color: Deep Cerise. HEX triplet: DB, 37 and 7C. RGB value is (219,55,124). Sum of RGB (Red+Green+Blue) = 219+55+124=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB377C is #24C883. Grayscale: #6F6F6F. Windows color (decimal): -2410628 or 8140763. OLE color: 8140763.

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

Color convert

RGB 219 55 124 -
CMYK 0 0.75 0.43 0.14
HSL 334.76º 0.69% 0.54% -
HSV(B) 334.76º 0.75% 0.86% -
XYZ 34.22 19.25 20.98 -
YUV 111.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 219 55 124 0 0.75 0.43 0.14 334.76 0.69 0.54
Hex DB 37 7C 0 4B 2B E 14F 45 36
Octal 333 67 174 0 113 53 16 517 105 66
Binary 11011011 110111 1111100 0 1001011 101011 1110 101001111 1000101 110110

Color Harmonies of #DB377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB377C

Black with #DB377C

Text Example


Text Example

White with #DB377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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