#D6517C

Color #D6517C Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D6517C

Tints of Cranberry #D6517C

Color information

#D6517C (or 0xD6517C) is unknown color: approx Cranberry. HEX triplet: D6, 51 and 7C. RGB value is (214,81,124). Sum of RGB (Red+Green+Blue) = 214+81+124=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6517C is #29AE83. Grayscale: #7D7D7D. Windows color (decimal): -2731652 or 8147414. OLE color: 8147414.

HSL color Cylindrical-coordinate representation of color #D6517C: hue angle of 340.6º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6517C is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21481124-
CMYK00.620.420.16
HSL340.6º61.86%57.84%-
HSV(B)340.6º62.15%83.92%-
XYZ34.3121.6421.44-
YUV125.67127.06191-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.07%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=51.07%
G=19.33%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148112400.620.420.16340.661.8657.84
HexD6517C03E2A101553e3a
Octal32612117407652205257672
Binary1101011010100011111100011111010101010000101010101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6517C; }

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

 H1.HeaderClassName
 {
   color: #D6517C;
 }
 .AnyTagClassName
 {
   color: #D6517C;
 }
</style>
background-color css

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

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

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

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

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

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