#D1437A

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

Shades of Cranberry #D1437A

Tints of Cranberry #D1437A

Color information

#D1437A (or 0xD1437A) is unknown color: approx Cranberry. HEX triplet: D1, 43 and 7A. RGB value is (209,67,122). Sum of RGB (Red+Green+Blue) = 209+67+122=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1437A is #2EBC85. Grayscale: #737373. Windows color (decimal): -3062918 or 8012753. OLE color: 8012753.

HSL color Cylindrical-coordinate representation of color #D1437A: hue angle of 336.76º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1437A is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB20967122-
CMYK00.680.420.18
HSL336.76º60.68%54.12%-
HSV(B)336.76º67.94%81.96%-
XYZ31.8118.9720.4-
YUV115.73131.54194.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.51%
GREEN value IS 67 (26.56% from 255) = 16.83%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=52.51%
G=16.83%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096712200.680.420.18336.7660.6854.12
HexD1437A0442A121513d36
Octal321103172010452225217566
Binary11010001100001111110100100010010101010010101010001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1437A; }

 p { color: rgb(209,67,122); }

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

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

 a { background-color: rgb(209,67,122); }

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

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

 span { border-color: rgb(209,67,122); }

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