#D74B87

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

Shades of Cranberry #D74B87

Tints of Cranberry #D74B87

Color information

#D74B87 (or 0xD74B87) is unknown color: approx Cranberry. HEX triplet: D7, 4B and 87. RGB value is (215,75,135). Sum of RGB (Red+Green+Blue) = 215+75+135=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74B87 is #28B478. Grayscale: #7B7B7B. Windows color (decimal): -2667641 or 8866775. OLE color: 8866775.

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

Color convert

RGB21575135-
CMYK00.650.370.16
HSL334.29º63.64%56.86%-
HSV(B)334.29º65.12%84.31%-
XYZ34.9121.2325.18-
YUV123.7134.38193.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.59%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=50.59%
G=17.65%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157513500.650.370.16334.2963.6456.86
HexD74B87041251014e4039
Octal3271132070101452051610071
Binary1101011110010111000011101000001100101100001010011101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74B87; }

 p { color: rgb(215,75,135); }

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

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

 a { background-color: rgb(215,75,135); }

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

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

 span { border-color: rgb(215,75,135); }

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