#D34C7C

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

Shades of Cranberry #D34C7C

Tints of Cranberry #D34C7C

Color information

#D34C7C (or 0xD34C7C) is unknown color: approx Cranberry. HEX triplet: D3, 4C and 7C. RGB value is (211,76,124). Sum of RGB (Red+Green+Blue) = 211+76+124=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34C7C is #2CB383. Grayscale: #797979. Windows color (decimal): -2929540 or 8146131. OLE color: 8146131.

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

Color convert

RGB21176124-
CMYK00.640.410.17
HSL338.67º60.54%56.27%-
HSV(B)338.67º63.98%82.75%-
XYZ33.0920.4721.28-
YUV121.84129.23191.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.34%
GREEN value IS 76 (30.08% from 255) = 18.49%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=51.34%
G=18.49%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117612400.640.410.17338.6760.5456.27
HexD34C7C04029111533d38
Octal323114174010051215237570
Binary11010011100110011111000100000010100110001101010011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34C7C; }

 p { color: rgb(211,76,124); }

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

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

 a { background-color: rgb(211,76,124); }

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

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

 span { border-color: rgb(211,76,124); }

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