#DF84DB

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

Shades of Orchid #DF84DB

Tints of Orchid #DF84DB

Color information

#DF84DB (or 0xDF84DB) is unknown color: approx Orchid. HEX triplet: DF, 84 and DB. RGB value is (223,132,219). Sum of RGB (Red+Green+Blue) = 223+132+219=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84DB is #207B24. Grayscale: #A8A8A8. Windows color (decimal): -2128677 or 14386399. OLE color: 14386399.

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

Color convert

RGB223132219-
CMYK00.410.020.13
HSL302.64º58.71%69.61%-
HSV(B)302.64º40.81%87.45%-
XYZ51.4737.371.51-
YUV169.13156.15166.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 132 (51.95% from 255) = 23.00%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=38.85%
G=23.00%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313221900.410.020.13302.6458.7169.61
HexDF84DB0292D12f3b46
Octal33720433305121545773106
Binary11011111100001001101101101010011011011001011111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF84DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF84DB; }

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

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

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

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

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

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

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

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