#D25676

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

Shades of Cranberry #D25676

Tints of Cranberry #D25676

Color information

#D25676 (or 0xD25676) is unknown color: approx Cranberry. HEX triplet: D2, 56 and 76. RGB value is (210,86,118). Sum of RGB (Red+Green+Blue) = 210+86+118=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D25676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25676 is #2DA989. Grayscale: #7E7E7E. Windows color (decimal): -2992522 or 7755474. OLE color: 7755474.

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

Color convert

RGB21086118-
CMYK00.590.440.18
HSL344.52º57.94%58.04%-
HSV(B)344.52º59.05%82.35%-
XYZ33.1821.6719.57-
YUV126.72123.08187.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.72%
GREEN value IS 86 (33.98% from 255) = 20.77%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=50.72%
G=20.77%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108611800.590.440.18344.5257.9458.04
HexD2567603B2C121593a3a
Octal32212616607354225317272
Binary1101001010101101110110011101110110010010101011001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25676; }

 p { color: rgb(210,86,118); }

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

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

 a { background-color: rgb(210,86,118); }

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

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

 span { border-color: rgb(210,86,118); }

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