Html Css Color HEX #DC5173 Cranberry

📋 copy color: '#DC5173'

red 220 ◦ green 81 ◦ blue 115

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

Shades of Cranberry #DC5173

Tints of Cranberry #DC5173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

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

R = 52.88%
G = 19.47%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC5173 (or 0xDC5173) is known color: Cranberry. HEX triplet: DC, 51 and 73. RGB value is (220,81,115). Sum of RGB (Red+Green+Blue) = 220+81+115=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5173 is #23AE8C. Grayscale: #7E7E7E. Windows color (decimal): -2338445 or 7557596. OLE color: 7557596.

HSL color Cylindrical-coordinate representation of color #DC5173: hue angle of 345.32º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5173 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 115 -
CMYK 0 0.63 0.48 0.14
HSL 345.32º 0.67% 0.59% -
HSV(B) 345.32º 0.63% 0.86% -
XYZ 35.55 22.34 18.66 -
YUV 126.44 121.55 194.74 -
System Red Green Blue C M Y K H S L
Decimal 220 81 115 0 0.63 0.48 0.14 345.32 0.67 0.59
Hex DC 51 73 0 3F 30 E 159 43 3B
Octal 334 121 163 0 77 60 16 531 103 73
Binary 11011100 1010001 1110011 0 111111 110000 1110 101011001 1000011 111011

Color Harmonies of #DC5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5173

Black with #DC5173

Text Example


Text Example

White with #DC5173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5173; }

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

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

background-color css

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

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

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

border-color css

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

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

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