#d13d76

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

Shades of Cranberry #D13D76

Tints of Cranberry #D13D76

Color information

#D13D76 (or 0xD13D76) is unknown color: approx Cranberry. HEX triplet: D1, 3D and 76. RGB value is (209,61,118). Sum of RGB (Red+Green+Blue) = 209+61+118=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D76 is #2EC289. Grayscale: #6F6F6F. Windows color (decimal): -3064458 or 7749073. OLE color: 7749073.

HSL color Cylindrical-coordinate representation of color #D13D76: hue angle of 336.89º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D76 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20961118-
CMYK00.710.440.18
HSL336.89º61.67%52.94%-
HSV(B)336.89º70.81%81.96%-
XYZ31.2318.219.01-
YUV111.75131.53197.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.87%
GREEN value IS 61 (24.22% from 255) = 15.72%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=53.87%
G=15.72%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096111800.710.440.18336.8961.6752.94
HexD13D760472C121513e35
Octal32175166010754225217665
Binary1101000111110111101100100011110110010010101010001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13d76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13d76; }

 p { color: rgb(209,61,118); }

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

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

 a { background-color: rgb(209,61,118); }

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

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

 span { border-color: rgb(209,61,118); }

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