Html Css Color HEX #DC5971 Cranberry

📋 copy color: '#DC5971'

red 220 ◦ green 89 ◦ blue 113

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

Shades of Cranberry #DC5971

Tints of Cranberry #DC5971

RGB

 RED value IS 220 (86.33% from 255) = 52.13%

 GREEN value IS 89 (35.16% from 255) = 21.09%

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

R = 52.13%
G = 21.09%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC5971 (or 0xDC5971) is known color: Cranberry. HEX triplet: DC, 59 and 71. RGB value is (220,89,113). Sum of RGB (Red+Green+Blue) = 220+89+113=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5971 is #23A68E. Grayscale: #828282. Windows color (decimal): -2336399 or 7428572. OLE color: 7428572.

HSL color Cylindrical-coordinate representation of color #DC5971: hue angle of 349.01º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5971 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 113 -
CMYK 0 0.60 0.49 0.14
HSL 349.01º 0.65% 0.61% -
HSV(B) 349.01º 0.6% 0.86% -
XYZ 36.07 23.55 18.27 -
YUV 130.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 220 89 113 0 0.60 0.49 0.14 349.01 0.65 0.61
Hex DC 59 71 0 3C 31 E 15D 41 3D
Octal 334 131 161 0 74 61 16 535 101 75
Binary 11011100 1011001 1110001 0 111100 110001 1110 101011101 1000001 111101

Color Harmonies of #DC5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5971

Black with #DC5971

Text Example


Text Example

White with #DC5971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5971; }

 p { color: rgb(220,89,113); }

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

background-color css

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

 a { background-color: rgb(220,89,113); }

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

border-color css

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

 span { border-color: rgb(220,89,113); }

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