#D35185

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

Shades of Cranberry #D35185

Tints of Cranberry #D35185

Color information

#D35185 (or 0xD35185) is unknown color: approx Cranberry. HEX triplet: D3, 51 and 85. RGB value is (211,81,133). Sum of RGB (Red+Green+Blue) = 211+81+133=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D35185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35185 is #2CAE7A. Grayscale: #7D7D7D. Windows color (decimal): -2928251 or 8737235. OLE color: 8737235.

HSL color Cylindrical-coordinate representation of color #D35185: hue angle of 336º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35185 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB21181133-
CMYK00.620.370.17
HSL336º59.63%57.25%-
HSV(B)336º61.61%82.75%-
XYZ34.0421.4324.53-
YUV125.8132.07188.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.65%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=49.65%
G=19.06%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118113300.620.370.1733659.6357.25
HexD3518503E25111503c39
Octal32312120507645215207471
Binary11010011101000110000101011111010010110001101010000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35185; }

 p { color: rgb(211,81,133); }

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

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

 a { background-color: rgb(211,81,133); }

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

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

 span { border-color: rgb(211,81,133); }

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