#D55482

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

Shades of Cranberry #D55482

Tints of Cranberry #D55482

Color information

#D55482 (or 0xD55482) is unknown color: approx Cranberry. HEX triplet: D5, 54 and 82. RGB value is (213,84,130). Sum of RGB (Red+Green+Blue) = 213+84+130=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D55482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55482 is #2AAB7D. Grayscale: #7F7F7F. Windows color (decimal): -2796414 or 8541397. OLE color: 8541397.

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

Color convert

RGB21384130-
CMYK00.610.390.16
HSL338.6º60.56%58.24%-
HSV(B)338.6º60.56%83.53%-
XYZ34.6422.123.56-
YUV127.82129.24188.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=49.88%
G=19.67%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138413000.610.390.16338.660.5658.24
HexD5548203D27101533d3a
Octal32512420207547205237572
Binary11010101101010010000010011110110011110000101010011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55482; }

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

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

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

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

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

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

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

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