#D94B7E

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

Shades of Cranberry #D94B7E

Tints of Cranberry #D94B7E

Color information

#D94B7E (or 0xD94B7E) is unknown color: approx Cranberry. HEX triplet: D9, 4B and 7E. RGB value is (217,75,126). Sum of RGB (Red+Green+Blue) = 217+75+126=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94B7E is #26B481. Grayscale: #7B7B7B. Windows color (decimal): -2536578 or 8276953. OLE color: 8276953.

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

Color convert

RGB21775126-
CMYK00.650.420.15
HSL338.45º65.14%57.25%-
HSV(B)338.45º65.44%85.1%-
XYZ34.921.2922.01-
YUV123.27129.54194.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.91%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=51.91%
G=17.94%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177512600.650.420.15338.4565.1457.25
HexD94B7E0412AF1524139
Octal3311131760101521752210171
Binary11011001100101111111100100000110101011111010100101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94B7E; }

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

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

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

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

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

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

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

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