#DD6FDA

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

Shades of Orchid #DD6FDA

Tints of Orchid #DD6FDA

Color information

#DD6FDA (or 0xDD6FDA) is unknown color: approx Orchid. HEX triplet: DD, 6F and DA. RGB value is (221,111,218). Sum of RGB (Red+Green+Blue) = 221+111+218=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FDA is #229025. Grayscale: #9B9B9B. Windows color (decimal): -2265126 or 14315485. OLE color: 14315485.

HSL color Cylindrical-coordinate representation of color #DD6FDA: hue angle of 301.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FDA is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221111218-
CMYK00.500.010.13
HSL301.64º61.8%65.1%-
HSV(B)301.64º49.77%86.67%-
XYZ48.1631.869.93-
YUV156.09162.94174.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 111 (43.75% from 255) = 20.18%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=40.18%
G=20.18%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111121800.500.010.13301.6461.865.1
HexDD6FDA0321D12e3e41
Octal33515733206211545676101
Binary110111011101111110110100110010111011001011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FDA; }

 p { color: rgb(221,111,218); }

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

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

 a { background-color: rgb(221,111,218); }

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

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

 span { border-color: rgb(221,111,218); }

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