#D25A88

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

Shades of Cranberry #D25A88

Tints of Cranberry #D25A88

Color information

#D25A88 (or 0xD25A88) is unknown color: approx Cranberry. HEX triplet: D2, 5A and 88. RGB value is (210,90,136). Sum of RGB (Red+Green+Blue) = 210+90+136=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25A88 is #2DA577. Grayscale: #838383. Windows color (decimal): -2991480 or 8936146. OLE color: 8936146.

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

Color convert

RGB21090136-
CMYK00.570.350.18
HSL337º57.14%58.82%-
HSV(B)337º57.14%82.35%-
XYZ34.6822.7925.86-
YUV131.12130.76184.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.17%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=48.17%
G=20.64%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109013600.570.350.1833757.1458.82
HexD25A880392312151393b
Octal32213221007143225217173
Binary11010010101101010001000011100110001110010101010001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25A88; }

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

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

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

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

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

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

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

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