#DE71D4

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

Shades of Orchid #DE71D4

Tints of Orchid #DE71D4

Color information

#DE71D4 (or 0xDE71D4) is unknown color: approx Orchid. HEX triplet: DE, 71 and D4. RGB value is (222,113,212). Sum of RGB (Red+Green+Blue) = 222+113+212=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71D4 is #218E2B. Grayscale: #9C9C9C. Windows color (decimal): -2199084 or 13922782. OLE color: 13922782.

HSL color Cylindrical-coordinate representation of color #DE71D4: hue angle of 305.5º degrees, saturation: 0.62, 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 #DE71D4 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222113212-
CMYK00.490.050.13
HSL305.5º62.29%65.69%-
HSV(B)305.5º49.1%87.06%-
XYZ47.9132.0965.96-
YUV156.88159.11174.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 113 (44.53% from 255) = 20.66%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=40.59%
G=20.66%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211321200.490.050.13305.562.2965.69
HexDE71D40315D1323e42
Octal33616132406151546276102
Binary11011110111000111010100011000110111011001100101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE71D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE71D4; }

 p { color: rgb(222,113,212); }

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

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

 a { background-color: rgb(222,113,212); }

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

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

 span { border-color: rgb(222,113,212); }

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