Html Css Color HEX #DB376B Cerise

📋 copy color: '#DB376B'

red 219 ◦ green 55 ◦ blue 107

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

Shades of Cerise #DB376B

Tints of Cerise #DB376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 57.48%
G = 14.44%
B = 28.08%

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

#DB376B (or 0xDB376B) is known color: Cerise. HEX triplet: DB, 37 and 6B. RGB value is (219,55,107). Sum of RGB (Red+Green+Blue) = 219+55+107=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB376B is #24C894. Grayscale: #6D6D6D. Windows color (decimal): -2410645 or 7026651. OLE color: 7026651.

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

Color convert

RGB 219 55 107 -
CMYK 0 0.75 0.51 0.14
HSL 340.98º 0.69% 0.54% -
HSV(B) 340.98º 0.75% 0.86% -
XYZ 33.23 18.85 15.8 -
YUV 109.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 219 55 107 0 0.75 0.51 0.14 340.98 0.69 0.54
Hex DB 37 6B 0 4B 33 E 155 45 36
Octal 333 67 153 0 113 63 16 525 105 66
Binary 11011011 110111 1101011 0 1001011 110011 1110 101010101 1000101 110110

Color Harmonies of #DB376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB376B

Black with #DB376B

Text Example


Text Example

White with #DB376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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