Html Css Color HEX #DC5874 Cranberry

📋 copy color: '#DC5874'

red 220 ◦ green 88 ◦ blue 116

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

Shades of Cranberry #DC5874

Tints of Cranberry #DC5874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.75%

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

R = 51.89%
G = 20.75%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5874 (or 0xDC5874) is known color: Cranberry. HEX triplet: DC, 58 and 74. RGB value is (220,88,116). Sum of RGB (Red+Green+Blue) = 220+88+116=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5874 is #23A78B. Grayscale: #828282. Windows color (decimal): -2336652 or 7624924. OLE color: 7624924.

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

Color convert

RGB 220 88 116 -
CMYK 0 0.6 0.47 0.14
HSL 347.27º 0.65% 0.6% -
HSV(B) 347.27º 0.6% 0.86% -
XYZ 36.16 23.46 19.14 -
YUV 130.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 220 88 116 0 0.6 0.47 0.14 347.27 0.65 0.6
Hex DC 58 74 0 3C 2F E 15B 41 3C
Octal 334 130 164 0 74 57 16 533 101 74
Binary 11011100 1011000 1110100 0 111100 101111 1110 101011011 1000001 111100

Color Harmonies of #DC5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5874

Black with #DC5874

Text Example


Text Example

White with #DC5874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5874; }

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

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

background-color css

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

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

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

border-color css

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

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

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