#D74979

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

Shades of Cranberry #D74979

Tints of Cranberry #D74979

Color information

#D74979 (or 0xD74979) is unknown color: approx Cranberry. HEX triplet: D7, 49 and 79. RGB value is (215,73,121). Sum of RGB (Red+Green+Blue) = 215+73+121=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D74979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74979 is #28B686. Grayscale: #787878. Windows color (decimal): -2668167 or 7948759. OLE color: 7948759.

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

Color convert

RGB21573121-
CMYK00.660.440.16
HSL339.72º63.96%56.47%-
HSV(B)339.72º66.05%84.31%-
XYZ33.8620.5920.28-
YUV120.93128.04195.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.57%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=52.57%
G=17.85%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157312100.660.440.16339.7263.9656.47
HexD749790422C101544038
Octal3271111710102542052410070
Binary110101111001001111100101000010101100100001010101001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74979; }

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

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

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

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

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

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

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

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