#DD85D9

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

Shades of Orchid #DD85D9

Tints of Orchid #DD85D9

Color information

#DD85D9 (or 0xDD85D9) is unknown color: approx Orchid. HEX triplet: DD, 85 and D9. RGB value is (221,133,217). Sum of RGB (Red+Green+Blue) = 221+133+217=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85D9 is #227A26. Grayscale: #A8A8A8. Windows color (decimal): -2259495 or 14255581. OLE color: 14255581.

HSL color Cylindrical-coordinate representation of color #DD85D9: hue angle of 302.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85D9 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221133217-
CMYK00.400.020.13
HSL302.73º56.41%69.41%-
HSV(B)302.73º39.82%86.67%-
XYZ50.7337.1670.14-
YUV168.89155.15165.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=38.70%
G=23.29%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113321700.400.020.13302.7356.4169.41
HexDD85D90282D12f3845
Octal33520533105021545770105
Binary11011101100001011101100101010001011011001011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85D9; }

 p { color: rgb(221,133,217); }

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

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

 a { background-color: rgb(221,133,217); }

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

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

 span { border-color: rgb(221,133,217); }

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