#D54983

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

Shades of Cranberry #D54983

Tints of Cranberry #D54983

Color information

#D54983 (or 0xD54983) is unknown color: approx Cranberry. HEX triplet: D5, 49 and 83. RGB value is (213,73,131). Sum of RGB (Red+Green+Blue) = 213+73+131=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D54983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54983 is #2AB67C. Grayscale: #797979. Windows color (decimal): -2799229 or 8604117. OLE color: 8604117.

HSL color Cylindrical-coordinate representation of color #D54983: hue angle of 335.14º 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 #D54983 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21373131-
CMYK00.660.380.16
HSL335.14º62.5%56.08%-
HSV(B)335.14º65.73%83.53%-
XYZ33.9220.5523.65-
YUV121.47133.38193.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.08%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=51.08%
G=17.51%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137313100.660.380.16335.1462.556.08
HexD54983042261014f3e38
Octal325111203010246205177670
Binary110101011001001100000110100001010011010000101001111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54983; }

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

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

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

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

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

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

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

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