#D13C74

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

Shades of Cranberry #D13C74

Tints of Cranberry #D13C74

Color information

#D13C74 (or 0xD13C74) is unknown color: approx Cranberry. HEX triplet: D1, 3C and 74. RGB value is (209,60,116). Sum of RGB (Red+Green+Blue) = 209+60+116=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C74 is #2EC38B. Grayscale: #6E6E6E. Windows color (decimal): -3064716 or 7617745. OLE color: 7617745.

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

Color convert

RGB20960116-
CMYK00.710.440.18
HSL337.45º61.83%52.75%-
HSV(B)337.45º71.29%81.96%-
XYZ31.0618.0518.37-
YUV110.94130.86197.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=54.29%
G=15.58%
B=30.13%

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
Decimal2096011600.710.440.18337.4561.8352.75
HexD13C740472C121513e35
Octal32174164010754225217665
Binary1101000111110011101000100011110110010010101010001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13C74; }

 p { color: rgb(209,60,116); }

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

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

 a { background-color: rgb(209,60,116); }

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

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

 span { border-color: rgb(209,60,116); }

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