#D14577

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

Shades of Cranberry #D14577

Tints of Cranberry #D14577

Color information

#D14577 (or 0xD14577) is unknown color: approx Cranberry. HEX triplet: D1, 45 and 77. RGB value is (209,69,119). Sum of RGB (Red+Green+Blue) = 209+69+119=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D14577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14577 is #2EBA88. Grayscale: #747474. Windows color (decimal): -3062409 or 7816657. OLE color: 7816657.

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

Color convert

RGB20969119-
CMYK00.670.430.18
HSL338.57º60.34%54.51%-
HSV(B)338.57º66.99%81.96%-
XYZ31.7519.1419.47-
YUV116.56129.38193.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.64%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=52.64%
G=17.38%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096911900.670.430.18338.5760.3454.51
HexD145770432B121533c37
Octal321105167010353225237467
Binary11010001100010111101110100001110101110010101010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14577; }

 p { color: rgb(209,69,119); }

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

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

 a { background-color: rgb(209,69,119); }

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

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

 span { border-color: rgb(209,69,119); }

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