#DD6AD1

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

Shades of Orchid #DD6AD1

Tints of Orchid #DD6AD1

Color information

#DD6AD1 (or 0xDD6AD1) is unknown color: approx Orchid. HEX triplet: DD, 6A and D1. RGB value is (221,106,209). Sum of RGB (Red+Green+Blue) = 221+106+209=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AD1 is #22952E. Grayscale: #979797. Windows color (decimal): -2266415 or 13724381. OLE color: 13724381.

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

Color convert

RGB221106209-
CMYK00.520.050.13
HSL306.26º62.84%64.12%-
HSV(B)306.26º52.04%86.67%-
XYZ46.4830.2863.72-
YUV152.13160.1177.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 106 (41.80% from 255) = 19.78%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=41.23%
G=19.78%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110620900.520.050.13306.2662.8464.12
HexDD6AD10345D1323f40
Octal33515232106451546277100
Binary11011101110101011010001011010010111011001100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6AD1; }

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

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

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

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

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

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

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

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