#d14272

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

Shades of Cranberry #D14272

Tints of Cranberry #D14272

Color information

#D14272 (or 0xD14272) is unknown color: approx Cranberry. HEX triplet: D1, 42 and 72. RGB value is (209,66,114). Sum of RGB (Red+Green+Blue) = 209+66+114=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D14272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14272 is #2EBD8D. Grayscale: #727272. Windows color (decimal): -3063182 or 7488209. OLE color: 7488209.

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

Color convert

RGB20966114-
CMYK00.680.450.18
HSL339.86º60.85%53.92%-
HSV(B)339.86º68.42%81.96%-
XYZ31.2818.6717.87-
YUV114.23127.88195.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.73%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=53.73%
G=16.97%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096611400.680.450.18339.8660.8553.92
HexD142720442D121543d36
Octal321102162010455225247566
Binary11010001100001011100100100010010110110010101010100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14272; }

 p { color: rgb(209,66,114); }

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

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

 a { background-color: rgb(209,66,114); }

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

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

 span { border-color: rgb(209,66,114); }

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