#D14473

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

Shades of Cranberry #D14473

Tints of Cranberry #D14473

Color information

#D14473 (or 0xD14473) is unknown color: approx Cranberry. HEX triplet: D1, 44 and 73. RGB value is (209,68,115). Sum of RGB (Red+Green+Blue) = 209+68+115=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D14473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14473 is #2EBB8C. Grayscale: #737373. Windows color (decimal): -3062669 or 7554257. OLE color: 7554257.

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

Color convert

RGB20968115-
CMYK00.670.450.18
HSL340º60.52%54.31%-
HSV(B)340º67.46%81.96%-
XYZ31.4618.9318.22-
YUV115.52127.71194.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.32%
GREEN value IS 68 (26.95% from 255) = 17.35%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=53.32%
G=17.35%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096811500.670.450.1834060.5254.31
HexD144730432D121543d36
Octal321104163010355225247566
Binary11010001100010011100110100001110110110010101010100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14473; }

 p { color: rgb(209,68,115); }

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

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

 a { background-color: rgb(209,68,115); }

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

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

 span { border-color: rgb(209,68,115); }

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