#D25A7D

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

Shades of Cranberry #D25A7D

Tints of Cranberry #D25A7D

Color information

#D25A7D (or 0xD25A7D) is unknown color: approx Cranberry. HEX triplet: D2, 5A and 7D. RGB value is (210,90,125). Sum of RGB (Red+Green+Blue) = 210+90+125=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A7D is #2DA582. Grayscale: #818181. Windows color (decimal): -2991491 or 8215250. OLE color: 8215250.

HSL color Cylindrical-coordinate representation of color #D25A7D: hue angle of 342.5º 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 #D25A7D is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB21090125-
CMYK00.570.400.18
HSL342.5º57.14%58.82%-
HSV(B)342.5º57.14%82.35%-
XYZ33.9422.4921.96-
YUV129.87125.26185.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.41%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=49.41%
G=21.18%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109012500.570.400.18342.557.1458.82
HexD25A7D0392812156393b
Octal32213217507150225267173
Binary1101001010110101111101011100110100010010101010110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25A7D; }

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

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

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

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

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

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

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

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