#D4617D

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

Shades of Cranberry #D4617D

Tints of Cranberry #D4617D

Color information

#D4617D (or 0xD4617D) is unknown color: approx Cranberry. HEX triplet: D4, 61 and 7D. RGB value is (212,97,125). Sum of RGB (Red+Green+Blue) = 212+97+125=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4617D is #2B9E82. Grayscale: #868686. Windows color (decimal): -2858627 or 8217044. OLE color: 8217044.

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

Color convert

RGB21297125-
CMYK00.540.410.17
HSL345.39º57.21%60.59%-
HSV(B)345.39º54.25%83.14%-
XYZ35.1324.0322.19-
YUV134.58122.6183.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.85%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=48.85%
G=22.35%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129712500.540.410.17345.3957.2160.59
HexD4617D0362911159393d
Octal32414117506651215317175
Binary1101010011000011111101011011010100110001101011001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4617D; }

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

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

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

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

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

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

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

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