#D675A6

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

Shades of Hopbush #D675A6

Tints of Hopbush #D675A6

Color information

#D675A6 (or 0xD675A6) is unknown color: approx Hopbush. HEX triplet: D6, 75 and A6. RGB value is (214,117,166). Sum of RGB (Red+Green+Blue) = 214+117+166=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D675A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D675A6 is #298A59. Grayscale: #979797. Windows color (decimal): -2722394 or 10909142. OLE color: 10909142.

HSL color Cylindrical-coordinate representation of color #D675A6: hue angle of 329.69º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D675A6 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214117166-
CMYK00.450.220.16
HSL329.69º54.19%64.9%-
HSV(B)329.69º45.33%83.92%-
XYZ40.9829.7739.66-
YUV151.59136.14172.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 166 (65.23% from 255) = 33.40%
R=43.06%
G=23.54%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411716600.450.220.16329.6954.1964.9
HexD675A602D161014a3641
Octal326165246055262051266101
Binary11010110111010110100110010110110110100001010010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675A6; }

 p { color: rgb(214,117,166); }

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

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

 a { background-color: rgb(214,117,166); }

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

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

 span { border-color: rgb(214,117,166); }

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