Html Css Color HEX #DC5C75 Cranberry

📋 copy color: '#DC5C75'

red 220 ◦ green 92 ◦ blue 117

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

Shades of Cranberry #DC5C75

Tints of Cranberry #DC5C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

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

R = 51.28%
G = 21.45%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5C75 (or 0xDC5C75) is known color: Cranberry. HEX triplet: DC, 5C and 75. RGB value is (220,92,117). Sum of RGB (Red+Green+Blue) = 220+92+117=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C75 is #23A38A. Grayscale: #858585. Windows color (decimal): -2335627 or 7691484. OLE color: 7691484.

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

Color convert

RGB 220 92 117 -
CMYK 0 0.58 0.47 0.14
HSL 348.28º 0.65% 0.61% -
HSV(B) 348.28º 0.58% 0.86% -
XYZ 36.55 24.15 19.57 -
YUV 133.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 220 92 117 0 0.58 0.47 0.14 348.28 0.65 0.61
Hex DC 5C 75 0 3A 2F E 15C 41 3D
Octal 334 134 165 0 72 57 16 534 101 75
Binary 11011100 1011100 1110101 0 111010 101111 1110 101011100 1000001 111101

Color Harmonies of #DC5C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C75

Black with #DC5C75

Text Example


Text Example

White with #DC5C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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