Html Css Color HEX #DC516E Cranberry

📋 copy color: '#DC516E'

red 220 ◦ green 81 ◦ blue 110

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

Shades of Cranberry #DC516E

Tints of Cranberry #DC516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

 BLUE value IS 110 (43.36% from 255) = 26.76%

R = 53.53%
G = 19.71%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC516E (or 0xDC516E) is known color: Cranberry. HEX triplet: DC, 51 and 6E. RGB value is (220,81,110). Sum of RGB (Red+Green+Blue) = 220+81+110=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC516E is #23AE91. Grayscale: #7D7D7D. Windows color (decimal): -2338450 or 7229916. OLE color: 7229916.

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

Color convert

RGB 220 81 110 -
CMYK 0 0.63 0.50 0.14
HSL 347.48º 0.67% 0.59% -
HSV(B) 347.48º 0.63% 0.86% -
XYZ 35.27 22.23 17.18 -
YUV 125.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 220 81 110 0 0.63 0.50 0.14 347.48 0.67 0.59
Hex DC 51 6E 0 3F 32 E 15B 43 3B
Octal 334 121 156 0 77 62 16 533 103 73
Binary 11011100 1010001 1101110 0 111111 110010 1110 101011011 1000011 111011

Color Harmonies of #DC516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC516E

Black with #DC516E

Text Example


Text Example

White with #DC516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC516E; }

 p { color: rgb(220,81,110); }

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

background-color css

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

 a { background-color: rgb(220,81,110); }

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

border-color css

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

 span { border-color: rgb(220,81,110); }

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