#D94C7F

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

Shades of Cranberry #D94C7F

Tints of Cranberry #D94C7F

Color information

#D94C7F (or 0xD94C7F) is unknown color: approx Cranberry. HEX triplet: D9, 4C and 7F. RGB value is (217,76,127). Sum of RGB (Red+Green+Blue) = 217+76+127=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C7F is #26B380. Grayscale: #7B7B7B. Windows color (decimal): -2536321 or 8342745. OLE color: 8342745.

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

Color convert

RGB21776127-
CMYK00.650.410.15
HSL338.3º64.98%57.45%-
HSV(B)338.3º64.98%85.1%-
XYZ35.0321.4522.37-
YUV123.97129.71194.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.67%
GREEN value IS 76 (30.08% from 255) = 18.10%
BLUE value IS 127 (50% from 255) = 30.24%
R=51.67%
G=18.10%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177612700.650.410.15338.364.9857.45
HexD94C7F04129F1524139
Octal3311141770101511752210171
Binary11011001100110011111110100000110100111111010100101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94C7F; }

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

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

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

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

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

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

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

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