#D1608D

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

Shades of Hopbush #D1608D

Tints of Hopbush #D1608D

Color information

#D1608D (or 0xD1608D) is unknown color: approx Hopbush. HEX triplet: D1, 60 and 8D. RGB value is (209,96,141). Sum of RGB (Red+Green+Blue) = 209+96+141=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1608D is #2E9F72. Grayscale: #868686. Windows color (decimal): -3055475 or 9265361. OLE color: 9265361.

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

Color convert

RGB20996141-
CMYK00.540.330.18
HSL336.11º55.12%59.8%-
HSV(B)336.11º54.07%81.96%-
XYZ35.2923.8427.94-
YUV134.92131.44180.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 96 (37.89% from 255) = 21.52%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=46.86%
G=21.52%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099614100.540.330.18336.1155.1259.8
HexD1608D0362112150373c
Octal32114021506641225206774
Binary11010001110000010001101011011010000110010101010000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1608D; }

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

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

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

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

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

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

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

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