#DD69D0

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

Shades of Orchid #DD69D0

Tints of Orchid #DD69D0

Color information

#DD69D0 (or 0xDD69D0) is unknown color: approx Orchid. HEX triplet: DD, 69 and D0. RGB value is (221,105,208). Sum of RGB (Red+Green+Blue) = 221+105+208=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69D0 is #22962F. Grayscale: #979797. Windows color (decimal): -2266672 or 13658589. OLE color: 13658589.

HSL color Cylindrical-coordinate representation of color #DD69D0: hue angle of 306.72º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69D0 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221105208-
CMYK00.520.060.13
HSL306.72º63.04%63.92%-
HSV(B)306.72º52.49%86.67%-
XYZ46.2630.0363.03-
YUV151.43159.93177.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 105 (41.41% from 255) = 19.66%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=41.39%
G=19.66%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110520800.520.060.13306.7263.0463.92
HexDD69D00346D1333f40
Octal33515132006461546377100
Binary11011101110100111010000011010011011011001100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD69D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD69D0; }

 p { color: rgb(221,105,208); }

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

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

 a { background-color: rgb(221,105,208); }

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

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

 span { border-color: rgb(221,105,208); }

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