Html Css Color HEX #DC5177 Cranberry

📋 copy color: '#DC5177'

red 220 ◦ green 81 ◦ blue 119

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

Shades of Cranberry #DC5177

Tints of Cranberry #DC5177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.29%

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 52.38%
G = 19.29%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC5177 (or 0xDC5177) is known color: Cranberry. HEX triplet: DC, 51 and 77. RGB value is (220,81,119). Sum of RGB (Red+Green+Blue) = 220+81+119=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5177 is #23AE88. Grayscale: #7E7E7E. Windows color (decimal): -2338441 or 7819740. OLE color: 7819740.

HSL color Cylindrical-coordinate representation of color #DC5177: hue angle of 343.6º degrees, saturation: 0.67, 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 #DC5177 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 119 -
CMYK 0 0.63 0.46 0.14
HSL 343.6º 0.67% 0.59% -
HSV(B) 343.6º 0.63% 0.86% -
XYZ 35.79 22.43 19.9 -
YUV 126.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 220 81 119 0 0.63 0.46 0.14 343.6 0.67 0.59
Hex DC 51 77 0 3F 2E E 158 43 3B
Octal 334 121 167 0 77 56 16 530 103 73
Binary 11011100 1010001 1110111 0 111111 101110 1110 101011000 1000011 111011

Color Harmonies of #DC5177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5177

Black with #DC5177

Text Example


Text Example

White with #DC5177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5177; }

 p { color: rgb(220,81,119); }

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

background-color css

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

 a { background-color: rgb(220,81,119); }

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

border-color css

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

 span { border-color: rgb(220,81,119); }

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