#DA71DD

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

Shades of Orchid #DA71DD

Tints of Orchid #DA71DD

Color information

#DA71DD (or 0xDA71DD) is unknown color: approx Orchid. HEX triplet: DA, 71 and DD. RGB value is (218,113,221). Sum of RGB (Red+Green+Blue) = 218+113+221=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71DD is #258E22. Grayscale: #9C9C9C. Windows color (decimal): -2461219 or 14512602. OLE color: 14512602.

HSL color Cylindrical-coordinate representation of color #DA71DD: hue angle of 298.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA71DD is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218113221-
CMYK0.010.4900.13
HSL298.33º61.36%65.49%-
HSV(B)298.33º48.87%86.67%-
XYZ47.8731.9472.05-
YUV156.71164.29171.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 113 (44.53% from 255) = 20.47%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=39.49%
G=20.47%
B=40.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181132210.010.4900.13298.3361.3665.49
HexDA71DD1310D12a3d41
Octal33216133516101545275101
Binary110110101110001110111011110001011011001010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71DD; }

 p { color: rgb(218,113,221); }

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

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

 a { background-color: rgb(218,113,221); }

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

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

 span { border-color: rgb(218,113,221); }

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