#D14B74

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

Shades of Cranberry #D14B74

Tints of Cranberry #D14B74

Color information

#D14B74 (or 0xD14B74) is unknown color: approx Cranberry. HEX triplet: D1, 4B and 74. RGB value is (209,75,116). Sum of RGB (Red+Green+Blue) = 209+75+116=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14B74 is #2EB48B. Grayscale: #777777. Windows color (decimal): -3060876 or 7621585. OLE color: 7621585.

HSL color Cylindrical-coordinate representation of color #D14B74: hue angle of 341.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14B74 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20975116-
CMYK00.640.440.18
HSL341.64º59.29%55.69%-
HSV(B)341.64º64.11%81.96%-
XYZ31.9619.8518.67-
YUV119.74125.89191.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.25%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 116 (45.70% from 255) = 29%
R=52.25%
G=18.75%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097511600.640.440.18341.6459.2955.69
HexD14B740402C121563b38
Octal321113164010054225267370
Binary11010001100101111101000100000010110010010101010110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14B74; }

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

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

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

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

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

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

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

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