Html Css Color HEX #DC5473 Cranberry

📋 copy color: '#DC5473'

red 220 ◦ green 84 ◦ blue 115

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

Shades of Cranberry #DC5473

Tints of Cranberry #DC5473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 52.51%
G = 20.05%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC5473 (or 0xDC5473) is known color: Cranberry. HEX triplet: DC, 54 and 73. RGB value is (220,84,115). Sum of RGB (Red+Green+Blue) = 220+84+115=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5473 is #23AB8C. Grayscale: #808080. Windows color (decimal): -2337677 or 7558364. OLE color: 7558364.

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

Color convert

RGB 220 84 115 -
CMYK 0 0.62 0.48 0.14
HSL 346.32º 0.66% 0.6% -
HSV(B) 346.32º 0.62% 0.86% -
XYZ 35.78 22.79 18.73 -
YUV 128.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 220 84 115 0 0.62 0.48 0.14 346.32 0.66 0.6
Hex DC 54 73 0 3E 30 E 15A 42 3C
Octal 334 124 163 0 76 60 16 532 102 74
Binary 11011100 1010100 1110011 0 111110 110000 1110 101011010 1000010 111100

Color Harmonies of #DC5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5473

Black with #DC5473

Text Example


Text Example

White with #DC5473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5473; }

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

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

background-color css

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

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

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

border-color css

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

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

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