#D25D84

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

Shades of Cranberry #D25D84

Tints of Cranberry #D25D84

Color information

#D25D84 (or 0xD25D84) is unknown color: approx Cranberry. HEX triplet: D2, 5D and 84. RGB value is (210,93,132). Sum of RGB (Red+Green+Blue) = 210+93+132=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25D84 is #2DA27B. Grayscale: #848484. Windows color (decimal): -2990716 or 8674770. OLE color: 8674770.

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

Color convert

RGB21093132-
CMYK00.560.370.18
HSL340º56.52%59.41%-
HSV(B)340º55.71%82.35%-
XYZ34.6623.224.48-
YUV132.43127.76183.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=48.28%
G=21.38%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109313200.560.370.1834056.5259.41
HexD25D840382512154393b
Octal32213520407045225247173
Binary11010010101110110000100011100010010110010101010100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25D84; }

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

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

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

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

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

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

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

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