#D14274

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

Shades of Cranberry #D14274

Tints of Cranberry #D14274

Color information

#D14274 (or 0xD14274) is unknown color: approx Cranberry. HEX triplet: D1, 42 and 74. RGB value is (209,66,116). Sum of RGB (Red+Green+Blue) = 209+66+116=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D14274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14274 is #2EBD8B. Grayscale: #727272. Windows color (decimal): -3063180 or 7619281. OLE color: 7619281.

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

Color convert

RGB20966116-
CMYK00.680.440.18
HSL339.02º60.85%53.92%-
HSV(B)339.02º68.42%81.96%-
XYZ31.418.7118.48-
YUV114.46128.88195.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.45%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=53.45%
G=16.88%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096611600.680.440.18339.0260.8553.92
HexD142740442C121533d36
Octal321102164010454225237566
Binary11010001100001011101000100010010110010010101010011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14274; }

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

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

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

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

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

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

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

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