#D54974

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

Shades of Cranberry #D54974

Tints of Cranberry #D54974

Color information

#D54974 (or 0xD54974) is unknown color: approx Cranberry. HEX triplet: D5, 49 and 74. RGB value is (213,73,116). Sum of RGB (Red+Green+Blue) = 213+73+116=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D54974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54974 is #2AB68B. Grayscale: #777777. Windows color (decimal): -2799244 or 7621077. OLE color: 7621077.

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

Color convert

RGB21373116-
CMYK00.660.460.16
HSL341.57º62.5%56.08%-
HSV(B)341.57º65.73%83.53%-
XYZ32.9820.1718.68-
YUV119.76125.88194.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.99%
GREEN value IS 73 (28.91% from 255) = 18.16%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=52.99%
G=18.16%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137311600.660.460.16341.5762.556.08
HexD549740422E101563e38
Octal325111164010256205267670
Binary11010101100100111101000100001010111010000101010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54974; }

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

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

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

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

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

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

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

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