#D34571

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

Shades of Cranberry #D34571

Tints of Cranberry #D34571

Color information

#D34571 (or 0xD34571) is unknown color: approx Cranberry. HEX triplet: D3, 45 and 71. RGB value is (211,69,113). Sum of RGB (Red+Green+Blue) = 211+69+113=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D34571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34571 is #2CBA8E. Grayscale: #747474. Windows color (decimal): -2931343 or 7423443. OLE color: 7423443.

HSL color Cylindrical-coordinate representation of color #D34571: hue angle of 341.41º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34571 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB21169113-
CMYK00.670.460.17
HSL341.41º61.74%54.9%-
HSV(B)341.41º67.3%82.75%-
XYZ31.9719.317.66-
YUV116.47126.04195.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.69%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=53.69%
G=17.56%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116911300.670.460.17341.4161.7454.9
HexD345710432E111553e37
Octal323105161010356215257667
Binary11010011100010111100010100001110111010001101010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34571; }

 p { color: rgb(211,69,113); }

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

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

 a { background-color: rgb(211,69,113); }

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

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

 span { border-color: rgb(211,69,113); }

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