#D74A80

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

Shades of Cranberry #D74A80

Tints of Cranberry #D74A80

Color information

#D74A80 (or 0xD74A80) is unknown color: approx Cranberry. HEX triplet: D7, 4A and 80. RGB value is (215,74,128). Sum of RGB (Red+Green+Blue) = 215+74+128=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A80 is #28B57F. Grayscale: #7A7A7A. Windows color (decimal): -2667904 or 8407767. OLE color: 8407767.

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

Color convert

RGB21574128-
CMYK00.660.400.16
HSL337.02º63.8%56.67%-
HSV(B)337.02º65.58%84.31%-
XYZ34.3720.922.65-
YUV122.31131.21194.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.56%
GREEN value IS 74 (29.30% from 255) = 17.75%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=51.56%
G=17.75%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157412800.660.400.16337.0263.856.67
HexD74A8004228101514039
Octal3271122000102502052110071
Binary1101011110010101000000001000010101000100001010100011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74A80; }

 p { color: rgb(215,74,128); }

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

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

 a { background-color: rgb(215,74,128); }

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

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

 span { border-color: rgb(215,74,128); }

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