Html Css Color HEX #DC477F Cranberry

📋 copy color: '#DC477F'

red 220 ◦ green 71 ◦ blue 127

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

Shades of Cranberry #DC477F

Tints of Cranberry #DC477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.38%

R = 52.63%
G = 16.99%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC477F (or 0xDC477F) is known color: Cranberry. HEX triplet: DC, 47 and 7F. RGB value is (220,71,127). Sum of RGB (Red+Green+Blue) = 220+71+127=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC477F is #23B880. Grayscale: #797979. Windows color (decimal): -2340993 or 8341468. OLE color: 8341468.

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

Color convert

RGB 220 71 127 -
CMYK 0 0.68 0.42 0.14
HSL 337.45º 0.68% 0.57% -
HSV(B) 337.45º 0.68% 0.86% -
XYZ 35.6 21.25 22.3 -
YUV 121.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 220 71 127 0 0.68 0.42 0.14 337.45 0.68 0.57
Hex DC 47 7F 0 44 2A E 151 44 39
Octal 334 107 177 0 104 52 16 521 104 71
Binary 11011100 1000111 1111111 0 1000100 101010 1110 101010001 1000100 111001

Color Harmonies of #DC477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC477F

Black with #DC477F

Text Example


Text Example

White with #DC477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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