#D34872

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

Shades of Cranberry #D34872

Tints of Cranberry #D34872

Color information

#D34872 (or 0xD34872) is unknown color: approx Cranberry. HEX triplet: D3, 48 and 72. RGB value is (211,72,114). Sum of RGB (Red+Green+Blue) = 211+72+114=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D34872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34872 is #2CB78D. Grayscale: #767676. Windows color (decimal): -2930574 or 7489747. OLE color: 7489747.

HSL color Cylindrical-coordinate representation of color #D34872: hue angle of 341.87º 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 #D34872 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB21172114-
CMYK00.660.460.17
HSL341.87º61.23%55.49%-
HSV(B)341.87º65.88%82.75%-
XYZ32.2219.718.02-
YUV118.35125.55194.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.15%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=53.15%
G=18.14%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117211400.660.460.17341.8761.2355.49
HexD348720422E111563d37
Octal323110162010256215267567
Binary11010011100100011100100100001010111010001101010110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34872; }

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

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

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

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

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

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

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

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