#D25885

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

Shades of Cranberry #D25885

Tints of Cranberry #D25885

Color information

#D25885 (or 0xD25885) is unknown color: approx Cranberry. HEX triplet: D2, 58 and 85. RGB value is (210,88,133). Sum of RGB (Red+Green+Blue) = 210+88+133=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D25885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25885 is #2DA77A. Grayscale: #818181. Windows color (decimal): -2991995 or 8739026. OLE color: 8739026.

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

Color convert

RGB21088133-
CMYK00.580.370.18
HSL337.87º57.55%58.43%-
HSV(B)337.87º58.1%82.35%-
XYZ34.322.3724.7-
YUV129.61129.92185.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.72%
GREEN value IS 88 (34.77% from 255) = 20.42%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=48.72%
G=20.42%
B=30.86%

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
Decimal2108813300.580.370.18337.8757.5558.43
HexD2588503A25121523a3a
Octal32213020507245225227272
Binary11010010101100010000101011101010010110010101010010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25885; }

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

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

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

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

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

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

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

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