#D15380

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

Shades of Cranberry #D15380

Tints of Cranberry #D15380

Color information

#D15380 (or 0xD15380) is unknown color: approx Cranberry. HEX triplet: D1, 53 and 80. RGB value is (209,83,128). Sum of RGB (Red+Green+Blue) = 209+83+128=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D15380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15380 is #2EAC7F. Grayscale: #7D7D7D. Windows color (decimal): -3058816 or 8410065. OLE color: 8410065.

HSL color Cylindrical-coordinate representation of color #D15380: hue angle of 338.57º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15380 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB20983128-
CMYK00.600.390.18
HSL338.57º57.8%57.25%-
HSV(B)338.57º60.29%81.96%-
XYZ33.2821.322.78-
YUV125.8129.24187.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.76%
GREEN value IS 83 (32.81% from 255) = 19.76%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=49.76%
G=19.76%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098312800.600.390.18338.5757.857.25
HexD1538003C27121533a39
Octal32112320007447225237271
Binary11010001101001110000000011110010011110010101010011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15380; }

 p { color: rgb(209,83,128); }

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

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

 a { background-color: rgb(209,83,128); }

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

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

 span { border-color: rgb(209,83,128); }

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