Html Css Color HEX #DB5576 Cranberry

📋 copy color: '#DB5576'

red 219 ◦ green 85 ◦ blue 118

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

Shades of Cranberry #DB5576

Tints of Cranberry #DB5576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

 BLUE value IS 118 (46.48% from 255) = 27.96%

R = 51.9%
G = 20.14%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB5576 (or 0xDB5576) is known color: Cranberry. HEX triplet: DB, 55 and 76. RGB value is (219,85,118). Sum of RGB (Red+Green+Blue) = 219+85+118=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5576 is #24AA89. Grayscale: #808080. Windows color (decimal): -2402954 or 7755227. OLE color: 7755227.

HSL color Cylindrical-coordinate representation of color #DB5576: hue angle of 345.22º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5576 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 85 118 -
CMYK 0 0.61 0.46 0.14
HSL 345.22º 0.65% 0.6% -
HSV(B) 345.22º 0.61% 0.86% -
XYZ 35.73 22.87 19.67 -
YUV 128.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 219 85 118 0 0.61 0.46 0.14 345.22 0.65 0.6
Hex DB 55 76 0 3D 2E E 159 41 3C
Octal 333 125 166 0 75 56 16 531 101 74
Binary 11011011 1010101 1110110 0 111101 101110 1110 101011001 1000001 111100

Color Harmonies of #DB5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5576

Black with #DB5576

Text Example


Text Example

White with #DB5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5576; }

 p { color: rgb(219,85,118); }

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

background-color css

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

 a { background-color: rgb(219,85,118); }

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

border-color css

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

 span { border-color: rgb(219,85,118); }

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