#D44D83

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

Shades of Cranberry #D44D83

Tints of Cranberry #D44D83

Color information

#D44D83 (or 0xD44D83) is unknown color: approx Cranberry. HEX triplet: D4, 4D and 83. RGB value is (212,77,131). Sum of RGB (Red+Green+Blue) = 212+77+131=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44D83 is #2BB27C. Grayscale: #7B7B7B. Windows color (decimal): -2863741 or 8605140. OLE color: 8605140.

HSL color Cylindrical-coordinate representation of color #D44D83: hue angle of 336º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44D83 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB21277131-
CMYK00.640.380.17
HSL336º61.09%56.67%-
HSV(B)336º63.68%83.14%-
XYZ33.920.9423.73-
YUV123.52132.23191.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.48%
GREEN value IS 77 (30.47% from 255) = 18.33%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=50.48%
G=18.33%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127713100.640.380.1733661.0956.67
HexD44D8304026111503d39
Octal324115203010046215207571
Binary110101001001101100000110100000010011010001101010000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D83; }

 p { color: rgb(212,77,131); }

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

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

 a { background-color: rgb(212,77,131); }

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

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

 span { border-color: rgb(212,77,131); }

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