#D74870

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

Shades of Cranberry #D74870

Tints of Cranberry #D74870

Color information

#D74870 (or 0xD74870) is unknown color: approx Cranberry. HEX triplet: D7, 48 and 70. RGB value is (215,72,112). Sum of RGB (Red+Green+Blue) = 215+72+112=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D74870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74870 is #28B78F. Grayscale: #777777. Windows color (decimal): -2668432 or 7358679. OLE color: 7358679.

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

Color convert

RGB21572112-
CMYK00.670.480.16
HSL343.22º64.13%56.27%-
HSV(B)343.22º66.51%84.31%-
XYZ33.2720.2517.48-
YUV119.32123.88196.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.88%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=53.88%
G=18.05%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157211200.670.480.16343.2264.1356.27
HexD7487004330101574038
Octal3271101600103602052710070
Binary110101111001000111000001000011110000100001010101111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74870; }

 p { color: rgb(215,72,112); }

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

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

 a { background-color: rgb(215,72,112); }

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

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

 span { border-color: rgb(215,72,112); }

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