#d94b78

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

Shades of Cranberry #D94B78

Tints of Cranberry #D94B78

Color information

#D94B78 (or 0xD94B78) is unknown color: approx Cranberry. HEX triplet: D9, 4B and 78. RGB value is (217,75,120). Sum of RGB (Red+Green+Blue) = 217+75+120=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94B78 is #26B487. Grayscale: #7A7A7A. Windows color (decimal): -2536584 or 7883737. OLE color: 7883737.

HSL color Cylindrical-coordinate representation of color #D94B78: hue angle of 340.99º 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 #D94B78 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB21775120-
CMYK00.650.450.15
HSL340.99º65.14%57.25%-
HSV(B)340.99º65.44%85.1%-
XYZ34.5221.1420.03-
YUV122.59126.54195.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.67%
GREEN value IS 75 (29.69% from 255) = 18.20%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=52.67%
G=18.20%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177512000.650.450.15340.9965.1457.25
HexD94B780412DF1554139
Octal3311131700101551752510171
Binary11011001100101111110000100000110110111111010101011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d94b78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d94b78; }

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

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

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

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

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

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

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

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