#D1417A

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

Shades of Cranberry #D1417A

Tints of Cranberry #D1417A

Color information

#D1417A (or 0xD1417A) is unknown color: approx Cranberry. HEX triplet: D1, 41 and 7A. RGB value is (209,65,122). Sum of RGB (Red+Green+Blue) = 209+65+122=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1417A is #2EBE85. Grayscale: #727272. Windows color (decimal): -3063430 or 8012241. OLE color: 8012241.

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

Color convert

RGB20965122-
CMYK00.690.420.18
HSL336.25º61.02%53.73%-
HSV(B)336.25º68.9%81.96%-
XYZ31.718.7420.36-
YUV114.55132.21195.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.78%
GREEN value IS 65 (25.78% from 255) = 16.41%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=52.78%
G=16.41%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096512200.690.420.18336.2561.0253.73
HexD1417A0452A121503d36
Octal321101172010552225207566
Binary11010001100000111110100100010110101010010101010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1417A; }

 p { color: rgb(209,65,122); }

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

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

 a { background-color: rgb(209,65,122); }

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

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

 span { border-color: rgb(209,65,122); }

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