Html Css Color HEX #DC5577 Cranberry

📋 copy color: '#DC5577'

red 220 ◦ green 85 ◦ blue 119

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

Shades of Cranberry #DC5577

Tints of Cranberry #DC5577

RGB

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

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

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

R = 51.89%
G = 20.05%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC5577 (or 0xDC5577) is known color: Cranberry. HEX triplet: DC, 55 and 77. RGB value is (220,85,119). Sum of RGB (Red+Green+Blue) = 220+85+119=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5577 is #23AA88. Grayscale: #818181. Windows color (decimal): -2337417 or 7820764. OLE color: 7820764.

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

Color convert

RGB 220 85 119 -
CMYK 0 0.61 0.46 0.14
HSL 344.89º 0.66% 0.6% -
HSV(B) 344.89º 0.61% 0.86% -
XYZ 36.09 23.04 20 -
YUV 129.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 220 85 119 0 0.61 0.46 0.14 344.89 0.66 0.6
Hex DC 55 77 0 3D 2E E 159 42 3C
Octal 334 125 167 0 75 56 16 531 102 74
Binary 11011100 1010101 1110111 0 111101 101110 1110 101011001 1000010 111100

Color Harmonies of #DC5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5577

Black with #DC5577

Text Example


Text Example

White with #DC5577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5577; }

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

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

background-color css

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

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

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

border-color css

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

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

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