Html Css Color HEX #DB5471 Cranberry

📋 copy color: '#DB5471'

red 219 ◦ green 84 ◦ blue 113

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

Shades of Cranberry #DB5471

Tints of Cranberry #DB5471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.16%

R = 52.64%
G = 20.19%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB5471 (or 0xDB5471) is known color: Cranberry. HEX triplet: DB, 54 and 71. RGB value is (219,84,113). Sum of RGB (Red+Green+Blue) = 219+84+113=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5471 is #24AB8E. Grayscale: #7F7F7F. Windows color (decimal): -2403215 or 7427291. OLE color: 7427291.

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

Color convert

RGB 219 84 113 -
CMYK 0 0.62 0.48 0.14
HSL 347.11º 0.65% 0.59% -
HSV(B) 347.11º 0.62% 0.86% -
XYZ 35.36 22.59 18.12 -
YUV 127.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 219 84 113 0 0.62 0.48 0.14 347.11 0.65 0.59
Hex DB 54 71 0 3E 30 E 15B 41 3B
Octal 333 124 161 0 76 60 16 533 101 73
Binary 11011011 1010100 1110001 0 111110 110000 1110 101011011 1000001 111011

Color Harmonies of #DB5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5471

Black with #DB5471

Text Example


Text Example

White with #DB5471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5471; }

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

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

background-color css

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

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

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

border-color css

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

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

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