#DA71D1

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

Shades of Orchid #DA71D1

Tints of Orchid #DA71D1

Color information

#DA71D1 (or 0xDA71D1) is unknown color: approx Orchid. HEX triplet: DA, 71 and D1. RGB value is (218,113,209). Sum of RGB (Red+Green+Blue) = 218+113+209=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71D1 is #258E2E. Grayscale: #9B9B9B. Windows color (decimal): -2461231 or 13726170. OLE color: 13726170.

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

Color convert

RGB218113209-
CMYK00.480.040.15
HSL305.14º58.66%64.9%-
HSV(B)305.14º48.17%85.49%-
XYZ46.3331.3263.93-
YUV155.34158.29172.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 113 (44.53% from 255) = 20.93%
BLUE value IS 209 (82.03% from 255) = 38.70%
R=40.37%
G=20.93%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811320900.480.040.15305.1458.6664.9
HexDA71D10304F1313b41
Octal33216132106041746173101
Binary11011010111000111010001011000010011111001100011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71D1; }

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

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

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

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

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

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

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

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