#D3537C

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

Shades of Cranberry #D3537C

Tints of Cranberry #D3537C

Color information

#D3537C (or 0xD3537C) is unknown color: approx Cranberry. HEX triplet: D3, 53 and 7C. RGB value is (211,83,124). Sum of RGB (Red+Green+Blue) = 211+83+124=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3537C is #2CAC83. Grayscale: #7D7D7D. Windows color (decimal): -2927748 or 8147923. OLE color: 8147923.

HSL color Cylindrical-coordinate representation of color #D3537C: hue angle of 340.78º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3537C is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB21183124-
CMYK00.610.410.17
HSL340.78º59.26%57.65%-
HSV(B)340.78º60.66%82.75%-
XYZ33.621.4921.45-
YUV125.95126.91188.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.48%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=50.48%
G=19.86%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118312400.610.410.17340.7859.2657.65
HexD3537C03D29111553b3a
Octal32312317407551215257372
Binary1101001110100111111100011110110100110001101010101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3537C; }

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

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

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

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

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

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

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

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