#D35885

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

Shades of Cranberry #D35885

Tints of Cranberry #D35885

Color information

#D35885 (or 0xD35885) is unknown color: approx Cranberry. HEX triplet: D3, 58 and 85. RGB value is (211,88,133). Sum of RGB (Red+Green+Blue) = 211+88+133=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D35885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35885 is #2CA77A. Grayscale: #818181. Windows color (decimal): -2926459 or 8739027. OLE color: 8739027.

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

Color convert

RGB21188133-
CMYK00.580.370.17
HSL338.05º58.29%58.63%-
HSV(B)338.05º58.29%82.75%-
XYZ34.5922.5224.71-
YUV129.91129.75185.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.84%
GREEN value IS 88 (34.77% from 255) = 20.37%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=48.84%
G=20.37%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118813300.580.370.17338.0558.2958.63
HexD3588503A25111523a3b
Octal32313020507245215227273
Binary11010011101100010000101011101010010110001101010010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35885; }

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

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

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

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

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

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

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

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