#D13F75

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

Shades of Cranberry #D13F75

Tints of Cranberry #D13F75

Color information

#D13F75 (or 0xD13F75) is unknown color: approx Cranberry. HEX triplet: D1, 3F and 75. RGB value is (209,63,117). Sum of RGB (Red+Green+Blue) = 209+63+117=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F75 is #2EC08A. Grayscale: #707070. Windows color (decimal): -3063947 or 7684049. OLE color: 7684049.

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

Color convert

RGB20963117-
CMYK00.700.440.18
HSL337.81º61.34%53.33%-
HSV(B)337.81º69.86%81.96%-
XYZ31.2818.3918.73-
YUV112.81130.37196.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.73%
GREEN value IS 63 (25% from 255) = 16.20%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=53.73%
G=16.20%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096311700.700.440.18337.8161.3453.33
HexD13F750462C121523d35
Octal32177165010654225227565
Binary1101000111111111101010100011010110010010101010010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13F75; }

 p { color: rgb(209,63,117); }

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

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

 a { background-color: rgb(209,63,117); }

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

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

 span { border-color: rgb(209,63,117); }

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