#D44A7A

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

Shades of Cranberry #D44A7A

Tints of Cranberry #D44A7A

Color information

#D44A7A (or 0xD44A7A) is unknown color: approx Cranberry. HEX triplet: D4, 4A and 7A. RGB value is (212,74,122). Sum of RGB (Red+Green+Blue) = 212+74+122=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44A7A is #2BB585. Grayscale: #787878. Windows color (decimal): -2864518 or 8014548. OLE color: 8014548.

HSL color Cylindrical-coordinate representation of color #D44A7A: hue angle of 339.13º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44A7A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB21274122-
CMYK00.650.420.17
HSL339.13º61.61%56.08%-
HSV(B)339.13º65.09%83.14%-
XYZ33.1120.320.59-
YUV120.73128.72193.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.96%
GREEN value IS 74 (29.30% from 255) = 18.14%
BLUE value IS 122 (48.05% from 255) = 29.90%
R=51.96%
G=18.14%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127412200.650.420.17339.1361.6156.08
HexD44A7A0412A111533e38
Octal324112172010152215237670
Binary11010100100101011110100100000110101010001101010011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44A7A; }

 p { color: rgb(212,74,122); }

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

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

 a { background-color: rgb(212,74,122); }

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

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

 span { border-color: rgb(212,74,122); }

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