#D1437E

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

Shades of Cranberry #D1437E

Tints of Cranberry #D1437E

Color information

#D1437E (or 0xD1437E) is unknown color: approx Cranberry. HEX triplet: D1, 43 and 7E. RGB value is (209,67,126). Sum of RGB (Red+Green+Blue) = 209+67+126=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1437E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1437E is #2EBC81. Grayscale: #747474. Windows color (decimal): -3062914 or 8274897. OLE color: 8274897.

HSL color Cylindrical-coordinate representation of color #D1437E: hue angle of 335.07º 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 #D1437E is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB20967126-
CMYK00.680.400.18
HSL335.07º60.68%54.12%-
HSV(B)335.07º67.94%81.96%-
XYZ32.0719.0821.73-
YUV116.18133.54194.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 67 (26.56% from 255) = 16.67%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=51.99%
G=16.67%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096712600.680.400.18335.0760.6854.12
HexD1437E044281214f3d36
Octal321103176010450225177566
Binary11010001100001111111100100010010100010010101001111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1437E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1437E; }

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

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

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

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

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

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

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

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