#D15784

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

Shades of Cranberry #D15784

Tints of Cranberry #D15784

Color information

#D15784 (or 0xD15784) is unknown color: approx Cranberry. HEX triplet: D1, 57 and 84. RGB value is (209,87,132). Sum of RGB (Red+Green+Blue) = 209+87+132=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D15784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15784 is #2EA87B. Grayscale: #808080. Windows color (decimal): -3057788 or 8673233. OLE color: 8673233.

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

Color convert

RGB20987132-
CMYK00.580.370.18
HSL337.87º57.01%58.04%-
HSV(B)337.87º58.37%81.96%-
XYZ33.8722.0424.3-
YUV128.61129.92185.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.83%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=48.83%
G=20.33%
B=30.84%

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
Decimal2098713200.580.370.18337.8757.0158.04
HexD1578403A2512152393a
Octal32112720407245225227172
Binary11010001101011110000100011101010010110010101010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15784; }

 p { color: rgb(209,87,132); }

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

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

 a { background-color: rgb(209,87,132); }

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

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

 span { border-color: rgb(209,87,132); }

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