#D13D73

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

Shades of Cranberry #D13D73

Tints of Cranberry #D13D73

Color information

#D13D73 (or 0xD13D73) is unknown color: approx Cranberry. HEX triplet: D1, 3D and 73. RGB value is (209,61,115). Sum of RGB (Red+Green+Blue) = 209+61+115=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D73 is #2EC28C. Grayscale: #6F6F6F. Windows color (decimal): -3064461 or 7552465. OLE color: 7552465.

HSL color Cylindrical-coordinate representation of color #D13D73: hue angle of 338.11º 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 #D13D73 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB20961115-
CMYK00.710.450.18
HSL338.11º61.67%52.94%-
HSV(B)338.11º70.81%81.96%-
XYZ31.0618.1318.08-
YUV111.41130.03197.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 61 (24.22% from 255) = 15.84%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=54.29%
G=15.84%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096111500.710.450.18338.1161.6752.94
HexD13D730472D121523e35
Octal32175163010755225227665
Binary1101000111110111100110100011110110110010101010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13D73; }

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

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

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

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

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

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

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

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