#D1617D

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

Shades of Cranberry #D1617D

Tints of Cranberry #D1617D

Color information

#D1617D (or 0xD1617D) is unknown color: approx Cranberry. HEX triplet: D1, 61 and 7D. RGB value is (209,97,125). Sum of RGB (Red+Green+Blue) = 209+97+125=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1617D is #2E9E82. Grayscale: #858585. Windows color (decimal): -3055235 or 8217041. OLE color: 8217041.

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

Color convert

RGB20997125-
CMYK00.540.400.18
HSL345º54.9%60%-
HSV(B)345º53.59%81.96%-
XYZ34.2723.5922.15-
YUV133.68123.11181.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.49%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=48.49%
G=22.51%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099712500.540.400.1834554.960
HexD1617D0362812159373c
Octal32114117506650225316774
Binary1101000111000011111101011011010100010010101011001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1617D; }

 p { color: rgb(209,97,125); }

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

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

 a { background-color: rgb(209,97,125); }

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

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

 span { border-color: rgb(209,97,125); }

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