#D54982

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

Shades of Cranberry #D54982

Tints of Cranberry #D54982

Color information

#D54982 (or 0xD54982) is unknown color: approx Cranberry. HEX triplet: D5, 49 and 82. RGB value is (213,73,130). Sum of RGB (Red+Green+Blue) = 213+73+130=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D54982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54982 is #2AB67D. Grayscale: #797979. Windows color (decimal): -2799230 or 8538581. OLE color: 8538581.

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

Color convert

RGB21373130-
CMYK00.660.390.16
HSL335.57º62.5%56.08%-
HSV(B)335.57º65.73%83.53%-
XYZ33.8520.5223.3-
YUV121.36132.88193.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.20%
GREEN value IS 73 (28.91% from 255) = 17.55%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=51.20%
G=17.55%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137313000.660.390.16335.5762.556.08
HexD5498204227101503e38
Octal325111202010247205207670
Binary110101011001001100000100100001010011110000101010000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54982; }

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

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

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

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

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

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

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

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