#D34B78

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

Shades of Cranberry #D34B78

Tints of Cranberry #D34B78

Color information

#D34B78 (or 0xD34B78) is unknown color: approx Cranberry. HEX triplet: D3, 4B and 78. RGB value is (211,75,120). Sum of RGB (Red+Green+Blue) = 211+75+120=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34B78 is #2CB487. Grayscale: #787878. Windows color (decimal): -2929800 or 7883731. OLE color: 7883731.

HSL color Cylindrical-coordinate representation of color #D34B78: hue angle of 340.15º degrees, saturation: 0.61, 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 #D34B78 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB21175120-
CMYK00.640.430.17
HSL340.15º60.71%56.08%-
HSV(B)340.15º64.45%82.75%-
XYZ32.7720.2419.95-
YUV120.79127.56192.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.97%
GREEN value IS 75 (29.69% from 255) = 18.47%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=51.97%
G=18.47%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117512000.640.430.17340.1560.7156.08
HexD34B780402B111543d38
Octal323113170010053215247570
Binary11010011100101111110000100000010101110001101010100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34B78; }

 p { color: rgb(211,75,120); }

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

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

 a { background-color: rgb(211,75,120); }

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

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

 span { border-color: rgb(211,75,120); }

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