#D25A7C

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

Shades of Cranberry #D25A7C

Tints of Cranberry #D25A7C

Color information

#D25A7C (or 0xD25A7C) is unknown color: approx Cranberry. HEX triplet: D2, 5A and 7C. RGB value is (210,90,124). Sum of RGB (Red+Green+Blue) = 210+90+124=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A7C is #2DA583. Grayscale: #818181. Windows color (decimal): -2991492 or 8149714. OLE color: 8149714.

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

Color convert

RGB21090124-
CMYK00.570.410.18
HSL343º57.14%58.82%-
HSV(B)343º57.14%82.35%-
XYZ33.8722.4721.62-
YUV129.76124.76185.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.53%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 124 (48.83% from 255) = 29.25%
R=49.53%
G=21.23%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109012400.570.410.1834357.1458.82
HexD25A7C0392912157393b
Octal32213217407151225277173
Binary1101001010110101111100011100110100110010101010111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25A7C; }

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

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

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

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

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

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

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

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