Html Css Color HEX #DC5374 Cranberry

📋 copy color: '#DC5374'

red 220 ◦ green 83 ◦ blue 116

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

Shades of Cranberry #DC5374

Tints of Cranberry #DC5374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.81%

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

R = 52.51%
G = 19.81%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5374 (or 0xDC5374) is known color: Cranberry. HEX triplet: DC, 53 and 74. RGB value is (220,83,116). Sum of RGB (Red+Green+Blue) = 220+83+116=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5374 is #23AC8B. Grayscale: #7F7F7F. Windows color (decimal): -2337932 or 7623644. OLE color: 7623644.

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

Color convert

RGB 220 83 116 -
CMYK 0 0.62 0.47 0.14
HSL 345.55º 0.66% 0.59% -
HSV(B) 345.55º 0.62% 0.86% -
XYZ 35.76 22.66 19.01 -
YUV 127.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 220 83 116 0 0.62 0.47 0.14 345.55 0.66 0.59
Hex DC 53 74 0 3E 2F E 15A 42 3B
Octal 334 123 164 0 76 57 16 532 102 73
Binary 11011100 1010011 1110100 0 111110 101111 1110 101011010 1000010 111011

Color Harmonies of #DC5374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5374

Black with #DC5374

Text Example


Text Example

White with #DC5374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5374; }

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

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

background-color css

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

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

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

border-color css

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

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

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