#D25681

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

Shades of Cranberry #D25681

Tints of Cranberry #D25681

Color information

#D25681 (or 0xD25681) is unknown color: approx Cranberry. HEX triplet: D2, 56 and 81. RGB value is (210,86,129). Sum of RGB (Red+Green+Blue) = 210+86+129=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D25681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25681 is #2DA97E. Grayscale: #7F7F7F. Windows color (decimal): -2992511 or 8476370. OLE color: 8476370.

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

Color convert

RGB21086129-
CMYK00.590.390.18
HSL339.19º57.94%58.04%-
HSV(B)339.19º59.05%82.35%-
XYZ33.8721.9423.22-
YUV127.98128.58186.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.41%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=49.41%
G=20.24%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108612900.590.390.18339.1957.9458.04
HexD2568103B27121533a3a
Octal32212620107347225237272
Binary11010010101011010000001011101110011110010101010011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25681; }

 p { color: rgb(210,86,129); }

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

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

 a { background-color: rgb(210,86,129); }

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

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

 span { border-color: rgb(210,86,129); }

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