#D670AD

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

Shades of Hopbush #D670AD

Tints of Hopbush #D670AD

Color information

#D670AD (or 0xD670AD) is unknown color: approx Hopbush. HEX triplet: D6, 70 and AD. RGB value is (214,112,173). Sum of RGB (Red+Green+Blue) = 214+112+173=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D670AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D670AD is #298F52. Grayscale: #959595. Windows color (decimal): -2723667 or 11366614. OLE color: 11366614.

HSL color Cylindrical-coordinate representation of color #D670AD: hue angle of 324.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D670AD is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214112173-
CMYK00.480.190.16
HSL324.12º55.43%63.92%-
HSV(B)324.12º47.66%83.92%-
XYZ41.0728.942.95-
YUV149.45141.29174.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=42.89%
G=22.44%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411217300.480.190.16324.1255.4363.92
HexD670AD03013101443740
Octal326160255060232050467100
Binary11010110111000010101101011000010011100001010001001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D670AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D670AD; }

 p { color: rgb(214,112,173); }

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

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

 a { background-color: rgb(214,112,173); }

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

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

 span { border-color: rgb(214,112,173); }

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