#D25076

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

Shades of Cranberry #D25076

Tints of Cranberry #D25076

Color information

#D25076 (or 0xD25076) is unknown color: approx Cranberry. HEX triplet: D2, 50 and 76. RGB value is (210,80,118). Sum of RGB (Red+Green+Blue) = 210+80+118=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D25076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25076 is #2DAF89. Grayscale: #7B7B7B. Windows color (decimal): -2994058 or 7753938. OLE color: 7753938.

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

Color convert

RGB21080118-
CMYK00.620.440.18
HSL342.46º59.09%56.86%-
HSV(B)342.46º61.9%82.35%-
XYZ32.7220.7519.42-
YUV123.2125.07189.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.47%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=51.47%
G=19.61%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108011800.620.440.18342.4659.0956.86
HexD2507603E2C121563b39
Octal32212016607654225267371
Binary1101001010100001110110011111010110010010101010110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25076; }

 p { color: rgb(210,80,118); }

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

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

 a { background-color: rgb(210,80,118); }

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

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

 span { border-color: rgb(210,80,118); }

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