#DD81DA

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

Shades of Orchid #DD81DA

Tints of Orchid #DD81DA

Color information

#DD81DA (or 0xDD81DA) is unknown color: approx Orchid. HEX triplet: DD, 81 and DA. RGB value is (221,129,218). Sum of RGB (Red+Green+Blue) = 221+129+218=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81DA is #227E25. Grayscale: #A6A6A6. Windows color (decimal): -2260518 or 14320093. OLE color: 14320093.

HSL color Cylindrical-coordinate representation of color #DD81DA: hue angle of 301.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD81DA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221129218-
CMYK00.420.010.13
HSL301.96º57.5%68.63%-
HSV(B)301.96º41.63%86.67%-
XYZ50.3236.1370.65-
YUV166.65156.98166.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=38.91%
G=22.71%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112921800.420.010.13301.9657.568.63
HexDD81DA02A1D12e3a45
Octal33520133205211545672105
Binary1101110110000001110110100101010111011001011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81DA; }

 p { color: rgb(221,129,218); }

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

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

 a { background-color: rgb(221,129,218); }

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

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

 span { border-color: rgb(221,129,218); }

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