#DD6ABA

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

Shades of Orchid #DD6ABA

Tints of Orchid #DD6ABA

Color information

#DD6ABA (or 0xDD6ABA) is unknown color: approx Orchid. HEX triplet: DD, 6A and BA. RGB value is (221,106,186). Sum of RGB (Red+Green+Blue) = 221+106+186=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ABA is #229545. Grayscale: #959595. Windows color (decimal): -2266438 or 12217053. OLE color: 12217053.

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

Color convert

RGB221106186-
CMYK00.520.160.13
HSL318.26º62.84%64.12%-
HSV(B)318.26º52.04%86.67%-
XYZ43.8429.2349.79-
YUV149.5148.6179-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 106 (41.80% from 255) = 20.66%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=43.08%
G=20.66%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110618600.520.160.13318.2662.8464.12
HexDD6ABA03410D13e3f40
Octal335152272064201547677100
Binary1101110111010101011101001101001000011011001111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6ABA; }

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

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

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

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

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

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

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

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