#D7477F

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

Shades of Cranberry #D7477F

Tints of Cranberry #D7477F

Color information

#D7477F (or 0xD7477F) is unknown color: approx Cranberry. HEX triplet: D7, 47 and 7F. RGB value is (215,71,127). Sum of RGB (Red+Green+Blue) = 215+71+127=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D7477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7477F is #28B880. Grayscale: #787878. Windows color (decimal): -2668673 or 8341463. OLE color: 8341463.

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

Color convert

RGB21571127-
CMYK00.670.410.16
HSL336.67º64.29%56.08%-
HSV(B)336.67º66.98%84.31%-
XYZ34.1120.4922.24-
YUV120.44131.71195.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.06%
GREEN value IS 71 (28.12% from 255) = 17.19%
BLUE value IS 127 (50% from 255) = 30.75%
R=52.06%
G=17.19%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157112700.670.410.16336.6764.2956.08
HexD7477F04329101514038
Octal3271071770103512052110070
Binary110101111000111111111101000011101001100001010100011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7477F; }

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

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

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

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

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

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

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

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