#D1417B

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

Shades of Cranberry #D1417B

Tints of Cranberry #D1417B

Color information

#D1417B (or 0xD1417B) is unknown color: approx Cranberry. HEX triplet: D1, 41 and 7B. RGB value is (209,65,123). Sum of RGB (Red+Green+Blue) = 209+65+123=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1417B is #2EBE84. Grayscale: #727272. Windows color (decimal): -3063429 or 8077777. OLE color: 8077777.

HSL color Cylindrical-coordinate representation of color #D1417B: hue angle of 335.83º 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 #D1417B is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB20965123-
CMYK00.690.410.18
HSL335.83º61.02%53.73%-
HSV(B)335.83º68.9%81.96%-
XYZ31.7618.7720.69-
YUV114.67132.71195.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.64%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=52.64%
G=16.37%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096512300.690.410.18335.8361.0253.73
HexD1417B04529121503d36
Octal321101173010551225207566
Binary11010001100000111110110100010110100110010101010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1417B; }

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

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

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

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

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

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

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

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