#D34873

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

Shades of Cranberry #D34873

Tints of Cranberry #D34873

Color information

#D34873 (or 0xD34873) is unknown color: approx Cranberry. HEX triplet: D3, 48 and 73. RGB value is (211,72,115). Sum of RGB (Red+Green+Blue) = 211+72+115=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D34873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34873 is #2CB78C. Grayscale: #767676. Windows color (decimal): -2930573 or 7555283. OLE color: 7555283.

HSL color Cylindrical-coordinate representation of color #D34873: hue angle of 341.44º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34873 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB21172115-
CMYK00.660.450.17
HSL341.44º61.23%55.49%-
HSV(B)341.44º65.88%82.75%-
XYZ32.2819.7218.33-
YUV118.46126.05194-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.02%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=53.02%
G=18.09%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117211500.660.450.17341.4461.2355.49
HexD348730422D111553d37
Octal323110163010255215257567
Binary11010011100100011100110100001010110110001101010101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34873; }

 p { color: rgb(211,72,115); }

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

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

 a { background-color: rgb(211,72,115); }

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

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

 span { border-color: rgb(211,72,115); }

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