#D1537B

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

Shades of Cranberry #D1537B

Tints of Cranberry #D1537B

Color information

#D1537B (or 0xD1537B) is unknown color: approx Cranberry. HEX triplet: D1, 53 and 7B. RGB value is (209,83,123). Sum of RGB (Red+Green+Blue) = 209+83+123=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1537B is #2EAC84. Grayscale: #7D7D7D. Windows color (decimal): -3058821 or 8082385. OLE color: 8082385.

HSL color Cylindrical-coordinate representation of color #D1537B: hue angle of 340.95º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1537B is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB20983123-
CMYK00.600.410.18
HSL340.95º57.8%57.25%-
HSV(B)340.95º60.29%81.96%-
XYZ32.9621.1721.09-
YUV125.23126.74187.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=50.36%
G=20%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098312300.600.410.18340.9557.857.25
HexD1537B03C29121553a39
Octal32112317307451225257271
Binary1101000110100111111011011110010100110010101010101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1537B; }

 p { color: rgb(209,83,123); }

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

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

 a { background-color: rgb(209,83,123); }

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

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

 span { border-color: rgb(209,83,123); }

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