Html Css Color HEX #DC5675 Cranberry

📋 copy color: '#DC5675'

red 220 ◦ green 86 ◦ blue 117

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

Shades of Cranberry #DC5675

Tints of Cranberry #DC5675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 52.01%
G = 20.33%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5675 (or 0xDC5675) is known color: Cranberry. HEX triplet: DC, 56 and 75. RGB value is (220,86,117). Sum of RGB (Red+Green+Blue) = 220+86+117=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5675 is #23A98A. Grayscale: #818181. Windows color (decimal): -2337163 or 7689948. OLE color: 7689948.

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

Color convert

RGB 220 86 117 -
CMYK 0 0.61 0.47 0.14
HSL 346.12º 0.66% 0.6% -
HSV(B) 346.12º 0.61% 0.86% -
XYZ 36.05 23.16 19.4 -
YUV 129.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 220 86 117 0 0.61 0.47 0.14 346.12 0.66 0.6
Hex DC 56 75 0 3D 2F E 15A 42 3C
Octal 334 126 165 0 75 57 16 532 102 74
Binary 11011100 1010110 1110101 0 111101 101111 1110 101011010 1000010 111100

Color Harmonies of #DC5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5675

Black with #DC5675

Text Example


Text Example

White with #DC5675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5675; }

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

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

background-color css

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

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

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

border-color css

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

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

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