#D94C7E

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

Shades of Cranberry #D94C7E

Tints of Cranberry #D94C7E

Color information

#D94C7E (or 0xD94C7E) is unknown color: approx Cranberry. HEX triplet: D9, 4C and 7E. RGB value is (217,76,126). Sum of RGB (Red+Green+Blue) = 217+76+126=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C7E is #26B381. Grayscale: #7B7B7B. Windows color (decimal): -2536322 or 8277209. OLE color: 8277209.

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

Color convert

RGB21776126-
CMYK00.650.420.15
HSL338.72º64.98%57.45%-
HSV(B)338.72º64.98%85.1%-
XYZ34.9721.4322.03-
YUV123.86129.21194.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.79%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=51.79%
G=18.14%
B=30.07%

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
Decimal2177612600.650.420.15338.7264.9857.45
HexD94C7E0412AF1534139
Octal3311141760101521752310171
Binary11011001100110011111100100000110101011111010100111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94C7E; }

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

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

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

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

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

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

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

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