#D2517D

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

Shades of Cranberry #D2517D

Tints of Cranberry #D2517D

Color information

#D2517D (or 0xD2517D) is unknown color: approx Cranberry. HEX triplet: D2, 51 and 7D. RGB value is (210,81,125). Sum of RGB (Red+Green+Blue) = 210+81+125=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2517D is #2DAE82. Grayscale: #7C7C7C. Windows color (decimal): -2993795 or 8212946. OLE color: 8212946.

HSL color Cylindrical-coordinate representation of color #D2517D: hue angle of 339.53º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2517D is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB21081125-
CMYK00.610.400.18
HSL339.53º58.9%57.06%-
HSV(B)339.53º61.43%82.35%-
XYZ33.2221.0721.72-
YUV124.59128.24188.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.48%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=50.48%
G=19.47%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108112500.610.400.18339.5358.957.06
HexD2517D03D28121543b39
Octal32212117507550225247371
Binary1101001010100011111101011110110100010010101010100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2517D; }

 p { color: rgb(210,81,125); }

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

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

 a { background-color: rgb(210,81,125); }

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

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

 span { border-color: rgb(210,81,125); }

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