#D26080

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

Shades of Cranberry #D26080

Tints of Cranberry #D26080

Color information

#D26080 (or 0xD26080) is unknown color: approx Cranberry. HEX triplet: D2, 60 and 80. RGB value is (210,96,128). Sum of RGB (Red+Green+Blue) = 210+96+128=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D26080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26080 is #2D9F7F. Grayscale: #858585. Windows color (decimal): -2989952 or 8413394. OLE color: 8413394.

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

Color convert

RGB21096128-
CMYK00.540.390.18
HSL343.16º55.88%60%-
HSV(B)343.16º54.29%82.35%-
XYZ34.6623.6323.16-
YUV133.73124.77182.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.39%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=48.39%
G=22.12%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109612800.540.390.18343.1655.8860
HexD260800362712157383c
Octal32214020006647225277074
Binary11010010110000010000000011011010011110010101010111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26080; }

 p { color: rgb(210,96,128); }

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

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

 a { background-color: rgb(210,96,128); }

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

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

 span { border-color: rgb(210,96,128); }

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