Html Css Color HEX #DC5975 Cranberry

📋 copy color: '#DC5975'

red 220 ◦ green 89 ◦ blue 117

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

Shades of Cranberry #DC5975

Tints of Cranberry #DC5975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.89%

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

R = 51.64%
G = 20.89%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5975 (or 0xDC5975) is known color: Cranberry. HEX triplet: DC, 59 and 75. RGB value is (220,89,117). Sum of RGB (Red+Green+Blue) = 220+89+117=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5975 is #23A68A. Grayscale: #838383. Windows color (decimal): -2336395 or 7690716. OLE color: 7690716.

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

Color convert

RGB 220 89 117 -
CMYK 0 0.60 0.47 0.14
HSL 347.18º 0.65% 0.61% -
HSV(B) 347.18º 0.6% 0.86% -
XYZ 36.3 23.64 19.48 -
YUV 131.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 220 89 117 0 0.60 0.47 0.14 347.18 0.65 0.61
Hex DC 59 75 0 3C 2F E 15B 41 3D
Octal 334 131 165 0 74 57 16 533 101 75
Binary 11011100 1011001 1110101 0 111100 101111 1110 101011011 1000001 111101

Color Harmonies of #DC5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5975

Black with #DC5975

Text Example


Text Example

White with #DC5975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5975; }

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

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

background-color css

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

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

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

border-color css

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

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

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