#D14678

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

Shades of Cranberry #D14678

Tints of Cranberry #D14678

Color information

#D14678 (or 0xD14678) is unknown color: approx Cranberry. HEX triplet: D1, 46 and 78. RGB value is (209,70,120). Sum of RGB (Red+Green+Blue) = 209+70+120=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D14678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14678 is #2EB987. Grayscale: #757575. Windows color (decimal): -3062152 or 7882449. OLE color: 7882449.

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

Color convert

RGB20970120-
CMYK00.670.430.18
HSL338.42º60.17%54.71%-
HSV(B)338.42º66.51%81.96%-
XYZ31.8719.2919.81-
YUV117.26129.55193.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.38%
GREEN value IS 70 (27.73% from 255) = 17.54%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=52.38%
G=17.54%
B=30.08%

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
Decimal2097012000.670.430.18338.4260.1754.71
HexD146780432B121523c37
Octal321106170010353225227467
Binary11010001100011011110000100001110101110010101010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14678; }

 p { color: rgb(209,70,120); }

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

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

 a { background-color: rgb(209,70,120); }

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

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

 span { border-color: rgb(209,70,120); }

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