#DD85D1

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

Shades of Orchid #DD85D1

Tints of Orchid #DD85D1

Color information

#DD85D1 (or 0xDD85D1) is unknown color: approx Orchid. HEX triplet: DD, 85 and D1. RGB value is (221,133,209). Sum of RGB (Red+Green+Blue) = 221+133+209=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85D1 is #227A2E. Grayscale: #A7A7A7. Windows color (decimal): -2259503 or 13731293. OLE color: 13731293.

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

Color convert

RGB221133209-
CMYK00.400.050.13
HSL308.18º56.41%69.41%-
HSV(B)308.18º39.82%86.67%-
XYZ49.7136.7564.79-
YUV167.98151.15165.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=39.25%
G=23.62%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113320900.400.050.13308.1856.4169.41
HexDD85D10285D1343845
Octal33520532105051546470105
Binary110111011000010111010001010100010111011001101001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85D1; }

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

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

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

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

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

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

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

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