Html Css Color HEX #DB5476 Cranberry

📋 copy color: '#DB5476'

red 219 ◦ green 84 ◦ blue 118

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

Shades of Cranberry #DB5476

Tints of Cranberry #DB5476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.95%

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

R = 52.02%
G = 19.95%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB5476 (or 0xDB5476) is known color: Cranberry. HEX triplet: DB, 54 and 76. RGB value is (219,84,118). Sum of RGB (Red+Green+Blue) = 219+84+118=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5476 is #24AB89. Grayscale: #808080. Windows color (decimal): -2403210 or 7754971. OLE color: 7754971.

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

Color convert

RGB 219 84 118 -
CMYK 0 0.62 0.46 0.14
HSL 344.89º 0.65% 0.59% -
HSV(B) 344.89º 0.62% 0.86% -
XYZ 35.65 22.71 19.64 -
YUV 128.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 219 84 118 0 0.62 0.46 0.14 344.89 0.65 0.59
Hex DB 54 76 0 3E 2E E 159 41 3B
Octal 333 124 166 0 76 56 16 531 101 73
Binary 11011011 1010100 1110110 0 111110 101110 1110 101011001 1000001 111011

Color Harmonies of #DB5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5476

Black with #DB5476

Text Example


Text Example

White with #DB5476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5476; }

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

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

background-color css

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

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

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

border-color css

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

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

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