#D25878

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

Shades of Cranberry #D25878

Tints of Cranberry #D25878

Color information

#D25878 (or 0xD25878) is unknown color: approx Cranberry. HEX triplet: D2, 58 and 78. RGB value is (210,88,120). Sum of RGB (Red+Green+Blue) = 210+88+120=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D25878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25878 is #2DA787. Grayscale: #808080. Windows color (decimal): -2992008 or 7887058. OLE color: 7887058.

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

Color convert

RGB21088120-
CMYK00.580.430.18
HSL344.26º57.55%58.43%-
HSV(B)344.26º58.1%82.35%-
XYZ33.4622.0420.26-
YUV128.13123.42186.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.24%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=50.24%
G=21.05%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108812000.580.430.18344.2657.5558.43
HexD2587803A2B121583a3a
Octal32213017007253225307272
Binary1101001010110001111000011101010101110010101011000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25878; }

 p { color: rgb(210,88,120); }

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

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

 a { background-color: rgb(210,88,120); }

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

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

 span { border-color: rgb(210,88,120); }

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