#DA66B8

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

Shades of Orchid #DA66B8

Tints of Orchid #DA66B8

Color information

#DA66B8 (or 0xDA66B8) is unknown color: approx Orchid. HEX triplet: DA, 66 and B8. RGB value is (218,102,184). Sum of RGB (Red+Green+Blue) = 218+102+184=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66B8 is #259947. Grayscale: #919191. Windows color (decimal): -2464072 or 12084954. OLE color: 12084954.

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

Color convert

RGB218102184-
CMYK00.530.160.15
HSL317.59º61.05%62.75%-
HSV(B)317.59º53.21%85.49%-
XYZ42.3227.8748.5-
YUV146.03149.43179.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 102 (40.23% from 255) = 20.24%
BLUE value IS 184 (72.27% from 255) = 36.51%
R=43.25%
G=20.24%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810218400.530.160.15317.5961.0562.75
HexDA66B803510F13e3d3f
Octal33214627006520174767577
Binary110110101100110101110000110101100001111100111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66B8; }

 p { color: rgb(218,102,184); }

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

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

 a { background-color: rgb(218,102,184); }

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

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

 span { border-color: rgb(218,102,184); }

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