Html Css Color HEX #DC5470 Cranberry

📋 copy color: '#DC5470'

red 220 ◦ green 84 ◦ blue 112

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

Shades of Cranberry #DC5470

Tints of Cranberry #DC5470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.19%

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 52.88%
G = 20.19%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC5470 (or 0xDC5470) is known color: Cranberry. HEX triplet: DC, 54 and 70. RGB value is (220,84,112). Sum of RGB (Red+Green+Blue) = 220+84+112=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5470 is #23AB8F. Grayscale: #7F7F7F. Windows color (decimal): -2337680 or 7361756. OLE color: 7361756.

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

Color convert

RGB 220 84 112 -
CMYK 0 0.62 0.49 0.14
HSL 347.65º 0.66% 0.6% -
HSV(B) 347.65º 0.62% 0.86% -
XYZ 35.61 22.73 17.84 -
YUV 127.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 220 84 112 0 0.62 0.49 0.14 347.65 0.66 0.6
Hex DC 54 70 0 3E 31 E 15C 42 3C
Octal 334 124 160 0 76 61 16 534 102 74
Binary 11011100 1010100 1110000 0 111110 110001 1110 101011100 1000010 111100

Color Harmonies of #DC5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5470

Black with #DC5470

Text Example


Text Example

White with #DC5470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5470; }

 p { color: rgb(220,84,112); }

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

background-color css

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

 a { background-color: rgb(220,84,112); }

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

border-color css

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

 span { border-color: rgb(220,84,112); }

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