#D25D7C

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

Shades of Cranberry #D25D7C

Tints of Cranberry #D25D7C

Color information

#D25D7C (or 0xD25D7C) is unknown color: approx Cranberry. HEX triplet: D2, 5D and 7C. RGB value is (210,93,124). Sum of RGB (Red+Green+Blue) = 210+93+124=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D7C is #2DA283. Grayscale: #838383. Windows color (decimal): -2990724 or 8150482. OLE color: 8150482.

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

Color convert

RGB21093124-
CMYK00.560.410.18
HSL344.1º56.52%59.41%-
HSV(B)344.1º55.71%82.35%-
XYZ34.1322.9921.71-
YUV131.52123.76183.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.18%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=49.18%
G=21.78%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109312400.560.410.18344.156.5259.41
HexD25D7C0382912158393b
Octal32213517407051225307173
Binary1101001010111011111100011100010100110010101011000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25D7C; }

 p { color: rgb(210,93,124); }

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

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

 a { background-color: rgb(210,93,124); }

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

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

 span { border-color: rgb(210,93,124); }

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