#D4417C

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

Shades of Cranberry #D4417C

Tints of Cranberry #D4417C

Color information

#D4417C (or 0xD4417C) is unknown color: approx Cranberry. HEX triplet: D4, 41 and 7C. RGB value is (212,65,124). Sum of RGB (Red+Green+Blue) = 212+65+124=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4417C is #2BBE83. Grayscale: #737373. Windows color (decimal): -2866820 or 8143316. OLE color: 8143316.

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

Color convert

RGB21265124-
CMYK00.690.420.17
HSL335.92º63.09%54.31%-
HSV(B)335.92º69.34%83.14%-
XYZ32.6819.2321.06-
YUV115.68132.7196.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.87%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=52.87%
G=16.21%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126512400.690.420.17335.9263.0954.31
HexD4417C0452A111503f36
Octal324101174010552215207766
Binary11010100100000111111000100010110101010001101010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4417C; }

 p { color: rgb(212,65,124); }

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

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

 a { background-color: rgb(212,65,124); }

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

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

 span { border-color: rgb(212,65,124); }

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