#DD74D0

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

Shades of Orchid #DD74D0

Tints of Orchid #DD74D0

Color information

#DD74D0 (or 0xDD74D0) is unknown color: approx Orchid. HEX triplet: DD, 74 and D0. RGB value is (221,116,208). Sum of RGB (Red+Green+Blue) = 221+116+208=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74D0 is #228B2F. Grayscale: #9D9D9D. Windows color (decimal): -2263856 or 13661405. OLE color: 13661405.

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

Color convert

RGB221116208-
CMYK00.480.060.13
HSL307.43º60.69%66.08%-
HSV(B)307.43º47.51%86.67%-
XYZ47.4532.4263.43-
YUV157.88156.29173.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 116 (45.70% from 255) = 21.28%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=40.55%
G=21.28%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111620800.480.060.13307.4360.6966.08
HexDD74D00306D1333d42
Octal33516432006061546375102
Binary11011101111010011010000011000011011011001100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74D0; }

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

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

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

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

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

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

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

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