#D15883

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

Shades of Cranberry #D15883

Tints of Cranberry #D15883

Color information

#D15883 (or 0xD15883) is unknown color: approx Cranberry. HEX triplet: D1, 58 and 83. RGB value is (209,88,131). Sum of RGB (Red+Green+Blue) = 209+88+131=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D15883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15883 is #2EA77C. Grayscale: #818181. Windows color (decimal): -3057533 or 8607953. OLE color: 8607953.

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

Color convert

RGB20988131-
CMYK00.580.370.18
HSL338.68º56.81%58.24%-
HSV(B)338.68º57.89%81.96%-
XYZ33.8822.1723.97-
YUV129.08129.09185-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.83%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=48.83%
G=20.56%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098813100.580.370.18338.6856.8158.24
HexD1588303A2512153393a
Octal32113020307245225237172
Binary11010001101100010000011011101010010110010101010011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15883; }

 p { color: rgb(209,88,131); }

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

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

 a { background-color: rgb(209,88,131); }

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

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

 span { border-color: rgb(209,88,131); }

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