#d55082

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

Shades of Cranberry #D55082

Tints of Cranberry #D55082

Color information

#D55082 (or 0xD55082) is unknown color: approx Cranberry. HEX triplet: D5, 50 and 82. RGB value is (213,80,130). Sum of RGB (Red+Green+Blue) = 213+80+130=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D55082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55082 is #2AAF7D. Grayscale: #7D7D7D. Windows color (decimal): -2797438 or 8540373. OLE color: 8540373.

HSL color Cylindrical-coordinate representation of color #D55082: hue angle of 337.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55082 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB21380130-
CMYK00.620.390.16
HSL337.44º61.29%57.45%-
HSV(B)337.44º62.44%83.53%-
XYZ34.3421.523.46-
YUV125.47130.56190.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=50.35%
G=18.91%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138013000.620.390.16337.4461.2957.45
HexD5508203E27101513d39
Octal32512020207647205217571
Binary11010101101000010000010011111010011110000101010001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d55082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d55082; }

 p { color: rgb(213,80,130); }

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

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

 a { background-color: rgb(213,80,130); }

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

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

 span { border-color: rgb(213,80,130); }

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