#D94371

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

Shades of Cranberry #D94371

Tints of Cranberry #D94371

Color information

#D94371 (or 0xD94371) is unknown color: approx Cranberry. HEX triplet: D9, 43 and 71. RGB value is (217,67,113). Sum of RGB (Red+Green+Blue) = 217+67+113=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D94371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94371 is #26BC8E. Grayscale: #757575. Windows color (decimal): -2538639 or 7422937. OLE color: 7422937.

HSL color Cylindrical-coordinate representation of color #D94371: hue angle of 341.6º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94371 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB21767113-
CMYK00.690.480.15
HSL341.6º66.37%55.69%-
HSV(B)341.6º69.12%85.1%-
XYZ33.619.9617.7-
YUV117.09125.7199.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.66%
GREEN value IS 67 (26.56% from 255) = 16.88%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=54.66%
G=16.88%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176711300.690.480.15341.666.3755.69
HexD9437104530F1564238
Octal3311031610105601752610270
Binary11011001100001111100010100010111000011111010101101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94371; }

 p { color: rgb(217,67,113); }

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

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

 a { background-color: rgb(217,67,113); }

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

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

 span { border-color: rgb(217,67,113); }

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