#DF71DB

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

Shades of Orchid #DF71DB

Tints of Orchid #DF71DB

Color information

#DF71DB (or 0xDF71DB) is unknown color: approx Orchid. HEX triplet: DF, 71 and DB. RGB value is (223,113,219). Sum of RGB (Red+Green+Blue) = 223+113+219=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71DB is #208E24. Grayscale: #9D9D9D. Windows color (decimal): -2133541 or 14381535. OLE color: 14381535.

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

Color convert

RGB223113219-
CMYK00.490.020.13
HSL302.18º63.22%65.88%-
HSV(B)302.18º49.33%87.45%-
XYZ49.1232.6170.72-
YUV157.97162.44174.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 113 (44.53% from 255) = 20.36%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=40.18%
G=20.36%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311321900.490.020.13302.1863.2265.88
HexDF71DB0312D12e3f42
Octal33716133306121545677102
Binary1101111111100011101101101100011011011001011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF71DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF71DB; }

 p { color: rgb(223,113,219); }

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

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

 a { background-color: rgb(223,113,219); }

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

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

 span { border-color: rgb(223,113,219); }

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