#D35182

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

Shades of Cranberry #D35182

Tints of Cranberry #D35182

Color information

#D35182 (or 0xD35182) is unknown color: approx Cranberry. HEX triplet: D3, 51 and 82. RGB value is (211,81,130). Sum of RGB (Red+Green+Blue) = 211+81+130=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D35182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35182 is #2CAE7D. Grayscale: #7D7D7D. Windows color (decimal): -2928254 or 8540627. OLE color: 8540627.

HSL color Cylindrical-coordinate representation of color #D35182: hue angle of 337.38º 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 #D35182 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB21181130-
CMYK00.620.380.17
HSL337.38º59.63%57.25%-
HSV(B)337.38º61.61%82.75%-
XYZ33.8421.3523.46-
YUV125.46130.57189.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=50%
G=19.19%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118113000.620.380.17337.3859.6357.25
HexD3518203E26111513c39
Octal32312120207646215217471
Binary11010011101000110000010011111010011010001101010001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35182; }

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

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

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

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

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

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

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

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