#D14073

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

Shades of Cranberry #D14073

Tints of Cranberry #D14073

Color information

#D14073 (or 0xD14073) is unknown color: approx Cranberry. HEX triplet: D1, 40 and 73. RGB value is (209,64,115). Sum of RGB (Red+Green+Blue) = 209+64+115=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D14073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14073 is #2EBF8C. Grayscale: #717171. Windows color (decimal): -3063693 or 7553233. OLE color: 7553233.

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

Color convert

RGB20964115-
CMYK00.690.450.18
HSL338.9º61.18%53.53%-
HSV(B)338.9º69.38%81.96%-
XYZ31.2218.4618.14-
YUV113.17129.04196.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.87%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=53.87%
G=16.49%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096411500.690.450.18338.961.1853.53
HexD140730452D121533d36
Octal321100163010555225237566
Binary11010001100000011100110100010110110110010101010011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14073; }

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

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

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

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

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

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

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

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