Html Css Color HEX #DB5571 Cranberry

📋 copy color: '#DB5571'

red 219 ◦ green 85 ◦ blue 113

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

Shades of Cranberry #DB5571

Tints of Cranberry #DB5571

RGB

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

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

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

R = 52.52%
G = 20.38%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB5571 (or 0xDB5571) is known color: Cranberry. HEX triplet: DB, 55 and 71. RGB value is (219,85,113). Sum of RGB (Red+Green+Blue) = 219+85+113=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5571 is #24AA8E. Grayscale: #808080. Windows color (decimal): -2402959 or 7427547. OLE color: 7427547.

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

Color convert

RGB 219 85 113 -
CMYK 0 0.61 0.48 0.14
HSL 347.46º 0.65% 0.6% -
HSV(B) 347.46º 0.61% 0.86% -
XYZ 35.44 22.75 18.15 -
YUV 128.26 119.39 192.72 -
System Red Green Blue C M Y K H S L
Decimal 219 85 113 0 0.61 0.48 0.14 347.46 0.65 0.6
Hex DB 55 71 0 3D 30 E 15B 41 3C
Octal 333 125 161 0 75 60 16 533 101 74
Binary 11011011 1010101 1110001 0 111101 110000 1110 101011011 1000001 111100

Color Harmonies of #DB5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5571

Black with #DB5571

Text Example


Text Example

White with #DB5571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5571; }

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

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

background-color css

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

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

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

border-color css

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

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

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