Html Css Color HEX #DB376C Cerise

📋 copy color: '#DB376C'

red 219 ◦ green 55 ◦ blue 108

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

Shades of Cerise #DB376C

Tints of Cerise #DB376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.27%

R = 57.33%
G = 14.4%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB376C (or 0xDB376C) is known color: Cerise. HEX triplet: DB, 37 and 6C. RGB value is (219,55,108). Sum of RGB (Red+Green+Blue) = 219+55+108=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB376C is #24C893. Grayscale: #6E6E6E. Windows color (decimal): -2410644 or 7092187. OLE color: 7092187.

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

Color convert

RGB 219 55 108 -
CMYK 0 0.75 0.51 0.14
HSL 340.61º 0.69% 0.54% -
HSV(B) 340.61º 0.75% 0.86% -
XYZ 33.29 18.88 16.08 -
YUV 110.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 219 55 108 0 0.75 0.51 0.14 340.61 0.69 0.54
Hex DB 37 6C 0 4B 33 E 155 45 36
Octal 333 67 154 0 113 63 16 525 105 66
Binary 11011011 110111 1101100 0 1001011 110011 1110 101010101 1000101 110110

Color Harmonies of #DB376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB376C

Black with #DB376C

Text Example


Text Example

White with #DB376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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