Html Css Color HEX #DC477C Cranberry

📋 copy color: '#DC477C'

red 220 ◦ green 71 ◦ blue 124

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

Shades of Cranberry #DC477C

Tints of Cranberry #DC477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.11%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 53.01%
G = 17.11%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC477C (or 0xDC477C) is known color: Cranberry. HEX triplet: DC, 47 and 7C. RGB value is (220,71,124). Sum of RGB (Red+Green+Blue) = 220+71+124=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC477C is #23B883. Grayscale: #797979. Windows color (decimal): -2340996 or 8144860. OLE color: 8144860.

HSL color Cylindrical-coordinate representation of color #DC477C: hue angle of 338.66º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC477C is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 124 -
CMYK 0 0.68 0.44 0.14
HSL 338.66º 0.68% 0.57% -
HSV(B) 338.66º 0.68% 0.86% -
XYZ 35.41 21.18 21.29 -
YUV 121.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 220 71 124 0 0.68 0.44 0.14 338.66 0.68 0.57
Hex DC 47 7C 0 44 2C E 153 44 39
Octal 334 107 174 0 104 54 16 523 104 71
Binary 11011100 1000111 1111100 0 1000100 101100 1110 101010011 1000100 111001

Color Harmonies of #DC477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC477C

Black with #DC477C

Text Example


Text Example

White with #DC477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC477C; }

 p { color: rgb(220,71,124); }

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

background-color css

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

 a { background-color: rgb(220,71,124); }

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

border-color css

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

 span { border-color: rgb(220,71,124); }

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