#D34E7B

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

Shades of Cranberry #D34E7B

Tints of Cranberry #D34E7B

Color information

#D34E7B (or 0xD34E7B) is unknown color: approx Cranberry. HEX triplet: D3, 4E and 7B. RGB value is (211,78,123). Sum of RGB (Red+Green+Blue) = 211+78+123=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E7B is #2CB184. Grayscale: #7A7A7A. Windows color (decimal): -2929029 or 8081107. OLE color: 8081107.

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

Color convert

RGB21178123-
CMYK00.630.420.17
HSL339.7º60.18%56.67%-
HSV(B)339.7º63.03%82.75%-
XYZ33.1620.7320.99-
YUV122.9128.06190.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.21%
GREEN value IS 78 (30.86% from 255) = 18.93%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=51.21%
G=18.93%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117812300.630.420.17339.760.1856.67
HexD34E7B03F2A111543c39
Octal32311617307752215247471
Binary1101001110011101111011011111110101010001101010100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34E7B; }

 p { color: rgb(211,78,123); }

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

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

 a { background-color: rgb(211,78,123); }

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

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

 span { border-color: rgb(211,78,123); }

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