#D94B7A

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

Shades of Cranberry #D94B7A

Tints of Cranberry #D94B7A

Color information

#D94B7A (or 0xD94B7A) is unknown color: approx Cranberry. HEX triplet: D9, 4B and 7A. RGB value is (217,75,122). Sum of RGB (Red+Green+Blue) = 217+75+122=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94B7A is #26B485. Grayscale: #7A7A7A. Windows color (decimal): -2536582 or 8014809. OLE color: 8014809.

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

Color convert

RGB21775122-
CMYK00.650.440.15
HSL340.14º65.14%57.25%-
HSV(B)340.14º65.44%85.1%-
XYZ34.6421.1920.68-
YUV122.82127.54195.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.42%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=52.42%
G=18.12%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177512200.650.440.15340.1465.1457.25
HexD94B7A0412CF1544139
Octal3311131720101541752410171
Binary11011001100101111110100100000110110011111010101001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94B7A; }

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

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

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

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

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

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

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

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