Html Css Color HEX #DC5673 Cranberry

📋 copy color: '#DC5673'

red 220 ◦ green 86 ◦ blue 115

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

Shades of Cranberry #DC5673

Tints of Cranberry #DC5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.43%

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

R = 52.26%
G = 20.43%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC5673 (or 0xDC5673) is known color: Cranberry. HEX triplet: DC, 56 and 73. RGB value is (220,86,115). Sum of RGB (Red+Green+Blue) = 220+86+115=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5673 is #23A98C. Grayscale: #818181. Windows color (decimal): -2337165 or 7558876. OLE color: 7558876.

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

Color convert

RGB 220 86 115 -
CMYK 0 0.61 0.48 0.14
HSL 347.01º 0.66% 0.6% -
HSV(B) 347.01º 0.61% 0.86% -
XYZ 35.94 23.11 18.79 -
YUV 129.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 220 86 115 0 0.61 0.48 0.14 347.01 0.66 0.6
Hex DC 56 73 0 3D 30 E 15B 42 3C
Octal 334 126 163 0 75 60 16 533 102 74
Binary 11011100 1010110 1110011 0 111101 110000 1110 101011011 1000010 111100

Color Harmonies of #DC5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5673

Black with #DC5673

Text Example


Text Example

White with #DC5673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5673; }

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

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

background-color css

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

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

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

border-color css

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

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

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