#DA64B9

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

Shades of Orchid #DA64B9

Tints of Orchid #DA64B9

Color information

#DA64B9 (or 0xDA64B9) is unknown color: approx Orchid. HEX triplet: DA, 64 and B9. RGB value is (218,100,185). Sum of RGB (Red+Green+Blue) = 218+100+185=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64B9 is #259B46. Grayscale: #909090. Windows color (decimal): -2464583 or 12149978. OLE color: 12149978.

HSL color Cylindrical-coordinate representation of color #DA64B9: hue angle of 316.78º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA64B9 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218100185-
CMYK00.540.150.15
HSL316.78º61.46%62.35%-
HSV(B)316.78º54.13%85.49%-
XYZ42.2327.5248.99-
YUV144.97150.59180.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 100 (39.45% from 255) = 19.88%
BLUE value IS 185 (72.66% from 255) = 36.78%
R=43.34%
G=19.88%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810018500.540.150.15316.7861.4662.35
HexDA64B9036FF13d3d3e
Octal33214427106617174757576
Binary11011010110010010111001011011011111111100111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA64B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA64B9; }

 p { color: rgb(218,100,185); }

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

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

 a { background-color: rgb(218,100,185); }

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

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

 span { border-color: rgb(218,100,185); }

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