#dd72d7

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

Shades of Orchid #DD72D7

Tints of Orchid #DD72D7

Color information

#DD72D7 (or 0xDD72D7) is unknown color: approx Orchid. HEX triplet: DD, 72 and D7. RGB value is (221,114,215). Sum of RGB (Red+Green+Blue) = 221+114+215=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72D7 is #228D28. Grayscale: #9D9D9D. Windows color (decimal): -2264361 or 14119645. OLE color: 14119645.

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

Color convert

RGB221114215-
CMYK00.480.030.13
HSL303.36º61.14%65.69%-
HSV(B)303.36º48.42%86.67%-
XYZ48.132.3167.99-
YUV157.51160.45173.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 114 (44.92% from 255) = 20.73%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=40.18%
G=20.73%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111421500.480.030.13303.3661.1465.69
HexDD72D70303D12f3d42
Octal33516232706031545775102
Binary1101110111100101101011101100001111011001011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd72d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd72d7; }

 p { color: rgb(221,114,215); }

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

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

 a { background-color: rgb(221,114,215); }

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

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

 span { border-color: rgb(221,114,215); }

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