#d44072

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

Shades of Cranberry #D44072

Tints of Cranberry #D44072

Color information

#D44072 (or 0xD44072) is unknown color: approx Cranberry. HEX triplet: D4, 40 and 72. RGB value is (212,64,114). Sum of RGB (Red+Green+Blue) = 212+64+114=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D44072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44072 is #2BBF8D. Grayscale: #717171. Windows color (decimal): -2867086 or 7487700. OLE color: 7487700.

HSL color Cylindrical-coordinate representation of color #D44072: hue angle of 339.73º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44072 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB21264114-
CMYK00.700.460.17
HSL339.73º63.25%54.12%-
HSV(B)339.73º69.81%83.14%-
XYZ32.0218.8817.88-
YUV113.95128.03197.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.36%
GREEN value IS 64 (25.39% from 255) = 16.41%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=54.36%
G=16.41%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126411400.700.460.17339.7363.2554.12
HexD440720462E111543f36
Octal324100162010656215247766
Binary11010100100000011100100100011010111010001101010100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d44072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d44072; }

 p { color: rgb(212,64,114); }

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

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

 a { background-color: rgb(212,64,114); }

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

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

 span { border-color: rgb(212,64,114); }

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