#DD71E9

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

Shades of Orchid #DD71E9

Tints of Orchid #DD71E9

Color information

#DD71E9 (or 0xDD71E9) is unknown color: approx Orchid. HEX triplet: DD, 71 and E9. RGB value is (221,113,233). Sum of RGB (Red+Green+Blue) = 221+113+233=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD71E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71E9 is #228E16. Grayscale: #9E9E9E. Windows color (decimal): -2264599 or 15299037. OLE color: 15299037.

HSL color Cylindrical-coordinate representation of color #DD71E9: hue angle of 294º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD71E9 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221113233-
CMYK0.050.5200.09
HSL294º73.17%67.84%-
HSV(B)294º51.5%91.37%-
XYZ50.4333.0780.82-
YUV158.97169.78172.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 113 (44.53% from 255) = 19.93%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=38.98%
G=19.93%
B=41.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211132330.050.5200.0929473.1767.84
HexDD71E9534091264944
Octal335161351564011446111104
Binary110111011110001111010011011101000100110010011010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71E9; }

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

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

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

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

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

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

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

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