#D94A7A

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

Shades of Cranberry #D94A7A

Tints of Cranberry #D94A7A

Color information

#D94A7A (or 0xD94A7A) is unknown color: approx Cranberry. HEX triplet: D9, 4A and 7A. RGB value is (217,74,122). Sum of RGB (Red+Green+Blue) = 217+74+122=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A7A is #26B585. Grayscale: #7A7A7A. Windows color (decimal): -2536838 or 8014553. OLE color: 8014553.

HSL color Cylindrical-coordinate representation of color #D94A7A: hue angle of 339.86º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94A7A is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB21774122-
CMYK00.660.440.15
HSL339.86º65.3%57.06%-
HSV(B)339.86º65.9%85.1%-
XYZ34.5821.0520.65-
YUV122.23127.88195.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=52.54%
G=17.92%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177412200.660.440.15339.8665.357.06
HexD94A7A0422CF1544139
Octal3311121720102541752410171
Binary11011001100101011110100100001010110011111010101001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A7A; }

 p { color: rgb(217,74,122); }

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

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

 a { background-color: rgb(217,74,122); }

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

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

 span { border-color: rgb(217,74,122); }

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