#d25476

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

Shades of Cranberry #D25476

Tints of Cranberry #D25476

Color information

#D25476 (or 0xD25476) is unknown color: approx Cranberry. HEX triplet: D2, 54 and 76. RGB value is (210,84,118). Sum of RGB (Red+Green+Blue) = 210+84+118=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D25476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25476 is #2DAB89. Grayscale: #7D7D7D. Windows color (decimal): -2993034 or 7754962. OLE color: 7754962.

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

Color convert

RGB21084118-
CMYK00.60.440.18
HSL343.81º58.33%57.65%-
HSV(B)343.81º60%82.35%-
XYZ33.0221.3519.52-
YUV125.55123.74188.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.97%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=50.97%
G=20.39%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108411800.60.440.18343.8158.3357.65
HexD2547603C2C121583a3a
Octal32212416607454225307272
Binary1101001010101001110110011110010110010010101011000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d25476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d25476; }

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

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

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

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

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

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

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

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