#D74975

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

Shades of Cranberry #D74975

Tints of Cranberry #D74975

Color information

#D74975 (or 0xD74975) is unknown color: approx Cranberry. HEX triplet: D7, 49 and 75. RGB value is (215,73,117). Sum of RGB (Red+Green+Blue) = 215+73+117=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D74975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74975 is #28B68A. Grayscale: #787878. Windows color (decimal): -2668171 or 7686615. OLE color: 7686615.

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

Color convert

RGB21573117-
CMYK00.660.460.16
HSL341.41º63.96%56.47%-
HSV(B)341.41º66.05%84.31%-
XYZ33.6220.519.01-
YUV120.47126.04195.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.09%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=53.09%
G=18.02%
B=28.89%

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
Decimal2157311700.660.460.16341.4163.9656.47
HexD749750422E101554038
Octal3271111650102562052510070
Binary110101111001001111010101000010101110100001010101011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74975; }

 p { color: rgb(215,73,117); }

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

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

 a { background-color: rgb(215,73,117); }

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

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

 span { border-color: rgb(215,73,117); }

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