#D34D77

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

Shades of Cranberry #D34D77

Tints of Cranberry #D34D77

Color information

#D34D77 (or 0xD34D77) is unknown color: approx Cranberry. HEX triplet: D3, 4D and 77. RGB value is (211,77,119). Sum of RGB (Red+Green+Blue) = 211+77+119=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34D77 is #2CB288. Grayscale: #797979. Windows color (decimal): -2929289 or 7818707. OLE color: 7818707.

HSL color Cylindrical-coordinate representation of color #D34D77: hue angle of 341.19º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34D77 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB21177119-
CMYK00.640.440.17
HSL341.19º60.36%56.47%-
HSV(B)341.19º63.51%82.75%-
XYZ32.8520.4919.68-
YUV121.85126.39191.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.84%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=51.84%
G=18.92%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117711900.640.440.17341.1960.3656.47
HexD34D770402C111553c38
Octal323115167010054215257470
Binary11010011100110111101110100000010110010001101010101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34D77; }

 p { color: rgb(211,77,119); }

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

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

 a { background-color: rgb(211,77,119); }

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

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

 span { border-color: rgb(211,77,119); }

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