#DA70AF

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

Shades of Hopbush #DA70AF

Tints of Hopbush #DA70AF

Color information

#DA70AF (or 0xDA70AF) is unknown color: approx Hopbush. HEX triplet: DA, 70 and AF. RGB value is (218,112,175). Sum of RGB (Red+Green+Blue) = 218+112+175=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA70AF is #258F50. Grayscale: #969696. Windows color (decimal): -2461521 or 11497690. OLE color: 11497690.

HSL color Cylindrical-coordinate representation of color #DA70AF: hue angle of 324.34º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70AF is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218112175-
CMYK00.490.200.15
HSL324.34º58.89%64.71%-
HSV(B)324.34º48.62%85.49%-
XYZ42.4529.5944.03-
YUV150.88141.62175.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 112 (44.14% from 255) = 22.18%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=43.17%
G=22.18%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811217500.490.200.15324.3458.8964.71
HexDA70AF03114F1443b41
Octal332160257061241750473101
Binary1101101011100001010111101100011010011111010001001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA70AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA70AF; }

 p { color: rgb(218,112,175); }

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

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

 a { background-color: rgb(218,112,175); }

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

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

 span { border-color: rgb(218,112,175); }

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