Html Css Color HEX #DB5071 Cranberry

📋 copy color: '#DB5071'

red 219 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #DB5071

Tints of Cranberry #DB5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

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

R = 53.16%
G = 19.42%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB5071 (or 0xDB5071) is known color: Cranberry. HEX triplet: DB, 50 and 71. RGB value is (219,80,113). Sum of RGB (Red+Green+Blue) = 219+80+113=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5071 is #24AF8E. Grayscale: #7D7D7D. Windows color (decimal): -2404239 or 7426267. OLE color: 7426267.

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

Color convert

RGB 219 80 113 -
CMYK 0 0.63 0.48 0.14
HSL 345.76º 0.66% 0.59% -
HSV(B) 345.76º 0.63% 0.86% -
XYZ 35.06 21.99 18.02 -
YUV 125.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 219 80 113 0 0.63 0.48 0.14 345.76 0.66 0.59
Hex DB 50 71 0 3F 30 E 15A 42 3B
Octal 333 120 161 0 77 60 16 532 102 73
Binary 11011011 1010000 1110001 0 111111 110000 1110 101011010 1000010 111011

Color Harmonies of #DB5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5071

Black with #DB5071

Text Example


Text Example

White with #DB5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5071; }

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

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

background-color css

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

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

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

border-color css

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

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

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