#D74773

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

Shades of Cranberry #D74773

Tints of Cranberry #D74773

Color information

#D74773 (or 0xD74773) is unknown color: approx Cranberry. HEX triplet: D7, 47 and 73. RGB value is (215,71,115). Sum of RGB (Red+Green+Blue) = 215+71+115=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D74773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74773 is #28B88C. Grayscale: #777777. Windows color (decimal): -2668685 or 7555031. OLE color: 7555031.

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

Color convert

RGB21571115-
CMYK00.670.470.16
HSL341.67º64.29%56.08%-
HSV(B)341.67º66.98%84.31%-
XYZ33.3720.1918.36-
YUV119.07125.71196.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.62%
GREEN value IS 71 (28.12% from 255) = 17.71%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=53.62%
G=17.71%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157111500.670.470.16341.6764.2956.08
HexD747730432F101564038
Octal3271071630103572052610070
Binary110101111000111111001101000011101111100001010101101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74773; }

 p { color: rgb(215,71,115); }

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

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

 a { background-color: rgb(215,71,115); }

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

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

 span { border-color: rgb(215,71,115); }

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