Html Css Color HEX #DC5974 Cranberry

📋 copy color: '#DC5974'

red 220 ◦ green 89 ◦ blue 116

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

Shades of Cranberry #DC5974

Tints of Cranberry #DC5974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 51.76%
G = 20.94%
B = 27.29%

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

#DC5974 (or 0xDC5974) is known color: Cranberry. HEX triplet: DC, 59 and 74. RGB value is (220,89,116). Sum of RGB (Red+Green+Blue) = 220+89+116=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5974 is #23A68B. Grayscale: #838383. Windows color (decimal): -2336396 or 7625180. OLE color: 7625180.

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

Color convert

RGB 220 89 116 -
CMYK 0 0.60 0.47 0.14
HSL 347.63º 0.65% 0.61% -
HSV(B) 347.63º 0.6% 0.86% -
XYZ 36.24 23.62 19.17 -
YUV 131.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 220 89 116 0 0.60 0.47 0.14 347.63 0.65 0.61
Hex DC 59 74 0 3C 2F E 15C 41 3D
Octal 334 131 164 0 74 57 16 534 101 75
Binary 11011100 1011001 1110100 0 111100 101111 1110 101011100 1000001 111101

Color Harmonies of #DC5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5974

Black with #DC5974

Text Example


Text Example

White with #DC5974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5974; }

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

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

background-color css

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

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

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

border-color css

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

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

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