#D74672

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

Shades of Cranberry #D74672

Tints of Cranberry #D74672

Color information

#D74672 (or 0xD74672) is unknown color: approx Cranberry. HEX triplet: D7, 46 and 72. RGB value is (215,70,114). Sum of RGB (Red+Green+Blue) = 215+70+114=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D74672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74672 is #28B98D. Grayscale: #767676. Windows color (decimal): -2668942 or 7489239. OLE color: 7489239.

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

Color convert

RGB21570114-
CMYK00.670.470.16
HSL341.79º64.44%55.88%-
HSV(B)341.79º67.44%84.31%-
XYZ33.2520.0418.04-
YUV118.37125.54196.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.88%
GREEN value IS 70 (27.73% from 255) = 17.54%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=53.88%
G=17.54%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157011400.670.470.16341.7964.4455.88
HexD746720432F101564038
Octal3271061620103572052610070
Binary110101111000110111001001000011101111100001010101101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74672; }

 p { color: rgb(215,70,114); }

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

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

 a { background-color: rgb(215,70,114); }

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

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

 span { border-color: rgb(215,70,114); }

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