Html Css Color HEX #DB377B Deep Cerise

📋 copy color: '#DB377B'

red 219 ◦ green 55 ◦ blue 123

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

Shades of Deep Cerise #DB377B

Tints of Deep Cerise #DB377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 55.16%
G = 13.85%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB377B (or 0xDB377B) is known color: Deep Cerise. HEX triplet: DB, 37 and 7B. RGB value is (219,55,123). Sum of RGB (Red+Green+Blue) = 219+55+123=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB377B is #24C884. Grayscale: #6F6F6F. Windows color (decimal): -2410629 or 8075227. OLE color: 8075227.

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

Color convert

RGB 219 55 123 -
CMYK 0 0.75 0.44 0.14
HSL 335.12º 0.69% 0.54% -
HSV(B) 335.12º 0.75% 0.86% -
XYZ 34.15 19.22 20.65 -
YUV 111.79 134.33 204.47 -
System Red Green Blue C M Y K H S L
Decimal 219 55 123 0 0.75 0.44 0.14 335.12 0.69 0.54
Hex DB 37 7B 0 4B 2C E 14F 45 36
Octal 333 67 173 0 113 54 16 517 105 66
Binary 11011011 110111 1111011 0 1001011 101100 1110 101001111 1000101 110110

Color Harmonies of #DB377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB377B

Black with #DB377B

Text Example


Text Example

White with #DB377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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