#D74473

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

Shades of Cranberry #D74473

Tints of Cranberry #D74473

Color information

#D74473 (or 0xD74473) is unknown color: approx Cranberry. HEX triplet: D7, 44 and 73. RGB value is (215,68,115). Sum of RGB (Red+Green+Blue) = 215+68+115=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D74473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74473 is #28BB8C. Grayscale: #757575. Windows color (decimal): -2669453 or 7554263. OLE color: 7554263.

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

Color convert

RGB21568115-
CMYK00.680.470.16
HSL340.82º64.76%55.49%-
HSV(B)340.82º68.37%84.31%-
XYZ33.1919.8218.3-
YUV117.31126.7197.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.02%
GREEN value IS 68 (26.95% from 255) = 17.09%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=54.02%
G=17.09%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156811500.680.470.16340.8264.7655.49
HexD744730442F101554137
Octal3271041630104572052510167
Binary110101111000100111001101000100101111100001010101011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74473; }

 p { color: rgb(215,68,115); }

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

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

 a { background-color: rgb(215,68,115); }

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

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

 span { border-color: rgb(215,68,115); }

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