#D1607A

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

Shades of Cranberry #D1607A

Tints of Cranberry #D1607A

Color information

#D1607A (or 0xD1607A) is unknown color: approx Cranberry. HEX triplet: D1, 60 and 7A. RGB value is (209,96,122). Sum of RGB (Red+Green+Blue) = 209+96+122=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1607A is #2E9F85. Grayscale: #848484. Windows color (decimal): -3055494 or 8020177. OLE color: 8020177.

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

Color convert

RGB20996122-
CMYK00.540.420.18
HSL346.19º55.12%59.8%-
HSV(B)346.19º54.07%81.96%-
XYZ33.9923.3321.12-
YUV132.75121.94182.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.95%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=48.95%
G=22.48%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099612200.540.420.18346.1955.1259.8
HexD1607A0362A1215a373c
Octal32114017206652225326774
Binary1101000111000001111010011011010101010010101011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1607A; }

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

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

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

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

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

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

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

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