#DD74D9

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

Shades of Orchid #DD74D9

Tints of Orchid #DD74D9

Color information

#DD74D9 (or 0xDD74D9) is unknown color: approx Orchid. HEX triplet: DD, 74 and D9. RGB value is (221,116,217). Sum of RGB (Red+Green+Blue) = 221+116+217=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74D9 is #228B26. Grayscale: #9E9E9E. Windows color (decimal): -2263847 or 14251229. OLE color: 14251229.

HSL color Cylindrical-coordinate representation of color #DD74D9: hue angle of 302.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD74D9 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221116217-
CMYK00.480.020.13
HSL302.29º60.69%66.08%-
HSV(B)302.29º47.51%86.67%-
XYZ48.5932.8769.43-
YUV158.91160.79172.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 116 (45.70% from 255) = 20.94%
BLUE value IS 217 (85.16% from 255) = 39.17%
R=39.89%
G=20.94%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111621700.480.020.13302.2960.6966.08
HexDD74D90302D12e3d42
Octal33516433106021545675102
Binary1101110111101001101100101100001011011001011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74D9; }

 p { color: rgb(221,116,217); }

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

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

 a { background-color: rgb(221,116,217); }

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

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

 span { border-color: rgb(221,116,217); }

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