#D74574

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

Shades of Cranberry #D74574

Tints of Cranberry #D74574

Color information

#D74574 (or 0xD74574) is unknown color: approx Cranberry. HEX triplet: D7, 45 and 74. RGB value is (215,69,116). Sum of RGB (Red+Green+Blue) = 215+69+116=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D74574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74574 is #28BA8B. Grayscale: #757575. Windows color (decimal): -2669196 or 7620055. OLE color: 7620055.

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

Color convert

RGB21569116-
CMYK00.680.460.16
HSL340.68º64.6%55.69%-
HSV(B)340.68º67.91%84.31%-
XYZ33.319.9618.62-
YUV118.01126.87197.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.75%
GREEN value IS 69 (27.34% from 255) = 17.25%
BLUE value IS 116 (45.70% from 255) = 29%
R=53.75%
G=17.25%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156911600.680.460.16340.6864.655.69
HexD745740442E101554138
Octal3271051640104562052510170
Binary110101111000101111010001000100101110100001010101011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74574; }

 p { color: rgb(215,69,116); }

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

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

 a { background-color: rgb(215,69,116); }

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

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

 span { border-color: rgb(215,69,116); }

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