#DD74D5

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

Shades of Orchid #DD74D5

Tints of Orchid #DD74D5

Color information

#DD74D5 (or 0xDD74D5) is unknown color: approx Orchid. HEX triplet: DD, 74 and D5. RGB value is (221,116,213). Sum of RGB (Red+Green+Blue) = 221+116+213=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74D5 is #228B2A. Grayscale: #9E9E9E. Windows color (decimal): -2263851 or 13989085. OLE color: 13989085.

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

Color convert

RGB221116213-
CMYK00.480.040.13
HSL304.57º60.69%66.08%-
HSV(B)304.57º47.51%86.67%-
XYZ48.0732.6766.72-
YUV158.45158.79172.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 116 (45.70% from 255) = 21.09%
BLUE value IS 213 (83.59% from 255) = 38.73%
R=40.18%
G=21.09%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111621300.480.040.13304.5760.6966.08
HexDD74D50304D1313d42
Octal33516432506041546175102
Binary11011101111010011010101011000010011011001100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74D5; }

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

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

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

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

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

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

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

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