#D4467A

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

Shades of Cranberry #D4467A

Tints of Cranberry #D4467A

Color information

#D4467A (or 0xD4467A) is unknown color: approx Cranberry. HEX triplet: D4, 46 and 7A. RGB value is (212,70,122). Sum of RGB (Red+Green+Blue) = 212+70+122=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4467A is #2BB985. Grayscale: #767676. Windows color (decimal): -2865542 or 8013524. OLE color: 8013524.

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

Color convert

RGB21270122-
CMYK00.670.420.17
HSL338.03º62.28%55.29%-
HSV(B)338.03º66.98%83.14%-
XYZ32.8519.7820.5-
YUV118.39130.04194.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.48%
GREEN value IS 70 (27.73% from 255) = 17.33%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=52.48%
G=17.33%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127012200.670.420.17338.0362.2855.29
HexD4467A0432A111523e37
Octal324106172010352215227667
Binary11010100100011011110100100001110101010001101010010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4467A; }

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

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

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

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

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

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

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

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