Html Css Color HEX #DC517C Cranberry

📋 copy color: '#DC517C'

red 220 ◦ green 81 ◦ blue 124

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

Shades of Cranberry #DC517C

Tints of Cranberry #DC517C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 51.76%
G = 19.06%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC517C (or 0xDC517C) is known color: Cranberry. HEX triplet: DC, 51 and 7C. RGB value is (220,81,124). Sum of RGB (Red+Green+Blue) = 220+81+124=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC517C is #23AE83. Grayscale: #7F7F7F. Windows color (decimal): -2338436 or 8147420. OLE color: 8147420.

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

Color convert

RGB 220 81 124 -
CMYK 0 0.63 0.44 0.14
HSL 341.44º 0.67% 0.59% -
HSV(B) 341.44º 0.63% 0.86% -
XYZ 36.1 22.56 21.52 -
YUV 127.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 220 81 124 0 0.63 0.44 0.14 341.44 0.67 0.59
Hex DC 51 7C 0 3F 2C E 155 43 3B
Octal 334 121 174 0 77 54 16 525 103 73
Binary 11011100 1010001 1111100 0 111111 101100 1110 101010101 1000011 111011

Color Harmonies of #DC517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC517C

Black with #DC517C

Text Example


Text Example

White with #DC517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC517C; }

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

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

background-color css

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

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

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

border-color css

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

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

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