Html Css Color HEX #DC5F75 Cranberry

📋 copy color: '#DC5F75'

red 220 ◦ green 95 ◦ blue 117

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

Shades of Cranberry #DC5F75

Tints of Cranberry #DC5F75

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

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

R = 50.93%
G = 21.99%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5F75 (or 0xDC5F75) is known color: Cranberry. HEX triplet: DC, 5F and 75. RGB value is (220,95,117). Sum of RGB (Red+Green+Blue) = 220+95+117=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F75 is #23A08A. Grayscale: #868686. Windows color (decimal): -2334859 or 7692252. OLE color: 7692252.

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

Color convert

RGB 220 95 117 -
CMYK 0 0.57 0.47 0.14
HSL 349.44º 0.64% 0.62% -
HSV(B) 349.44º 0.57% 0.86% -
XYZ 36.82 24.68 19.65 -
YUV 134.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 220 95 117 0 0.57 0.47 0.14 349.44 0.64 0.62
Hex DC 5F 75 0 39 2F E 15D 40 3E
Octal 334 137 165 0 71 57 16 535 100 76
Binary 11011100 1011111 1110101 0 111001 101111 1110 101011101 1000000 111110

Color Harmonies of #DC5F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F75

Black with #DC5F75

Text Example


Text Example

White with #DC5F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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