#d675ab

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

Shades of Hopbush #D675AB

Tints of Hopbush #D675AB

Color information

#D675AB (or 0xD675AB) is unknown color: approx Hopbush. HEX triplet: D6, 75 and AB. RGB value is (214,117,171). Sum of RGB (Red+Green+Blue) = 214+117+171=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D675AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D675AB is #298A54. Grayscale: #989898. Windows color (decimal): -2722389 or 11236822. OLE color: 11236822.

HSL color Cylindrical-coordinate representation of color #D675AB: hue angle of 326.6º 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 #D675AB is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214117171-
CMYK00.450.200.16
HSL326.6º54.19%64.9%-
HSV(B)326.6º45.33%83.92%-
XYZ41.4429.9642.13-
YUV152.16138.64172.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=42.63%
G=23.31%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411717100.450.200.16326.654.1964.9
HexD675AB02D14101473641
Octal326165253055242050766101
Binary11010110111010110101011010110110100100001010001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d675ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d675ab; }

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

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

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

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

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

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

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

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