#D73E71

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

Shades of Cranberry #D73E71

Tints of Cranberry #D73E71

Color information

#D73E71 (or 0xD73E71) is unknown color: approx Cranberry. HEX triplet: D7, 3E and 71. RGB value is (215,62,113). Sum of RGB (Red+Green+Blue) = 215+62+113=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73E71 is #28C18E. Grayscale: #717171. Windows color (decimal): -2670991 or 7421655. OLE color: 7421655.

HSL color Cylindrical-coordinate representation of color #D73E71: hue angle of 340º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73E71 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB21562113-
CMYK00.710.470.16
HSL340º65.67%54.31%-
HSV(B)340º71.16%84.31%-
XYZ32.7319.0817.58-
YUV113.56127.69200.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.13%
GREEN value IS 62 (24.61% from 255) = 15.90%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=55.13%
G=15.90%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156211300.710.470.1634065.6754.31
HexD73E710472F101544236
Octal327761610107572052410266
Binary11010111111110111000101000111101111100001010101001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73E71; }

 p { color: rgb(215,62,113); }

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

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

 a { background-color: rgb(215,62,113); }

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

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

 span { border-color: rgb(215,62,113); }

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