#D54C83

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

Shades of Cranberry #D54C83

Tints of Cranberry #D54C83

Color information

#D54C83 (or 0xD54C83) is unknown color: approx Cranberry. HEX triplet: D5, 4C and 83. RGB value is (213,76,131). Sum of RGB (Red+Green+Blue) = 213+76+131=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C83 is #2AB37C. Grayscale: #7B7B7B. Windows color (decimal): -2798461 or 8604885. OLE color: 8604885.

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

Color convert

RGB21376131-
CMYK00.640.380.16
HSL335.91º61.99%56.67%-
HSV(B)335.91º64.32%83.53%-
XYZ34.1220.9523.72-
YUV123.23132.39192.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.71%
GREEN value IS 76 (30.08% from 255) = 18.10%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=50.71%
G=18.10%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137613100.640.380.16335.9161.9956.67
HexD54C8304026101503e39
Octal325114203010046205207671
Binary110101011001100100000110100000010011010000101010000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54C83; }

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

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

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

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

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

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

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

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