Html Css Color HEX #DB5671 Cranberry

📋 copy color: '#DB5671'

red 219 ◦ green 86 ◦ blue 113

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

Shades of Cranberry #DB5671

Tints of Cranberry #DB5671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.57%

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

R = 52.39%
G = 20.57%
B = 27.03%

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

#DB5671 (or 0xDB5671) is known color: Cranberry. HEX triplet: DB, 56 and 71. RGB value is (219,86,113). Sum of RGB (Red+Green+Blue) = 219+86+113=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5671 is #24A98E. Grayscale: #808080. Windows color (decimal): -2402703 or 7427803. OLE color: 7427803.

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

Color convert

RGB 219 86 113 -
CMYK 0 0.61 0.48 0.14
HSL 347.82º 0.65% 0.6% -
HSV(B) 347.82º 0.61% 0.86% -
XYZ 35.52 22.91 18.17 -
YUV 128.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 219 86 113 0 0.61 0.48 0.14 347.82 0.65 0.6
Hex DB 56 71 0 3D 30 E 15C 41 3C
Octal 333 126 161 0 75 60 16 534 101 74
Binary 11011011 1010110 1110001 0 111101 110000 1110 101011100 1000001 111100

Color Harmonies of #DB5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5671

Black with #DB5671

Text Example


Text Example

White with #DB5671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5671; }

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

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

background-color css

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

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

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

border-color css

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

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

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