#DD88D4

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

Shades of Orchid #DD88D4

Tints of Orchid #DD88D4

Color information

#DD88D4 (or 0xDD88D4) is unknown color: approx Orchid. HEX triplet: DD, 88 and D4. RGB value is (221,136,212). Sum of RGB (Red+Green+Blue) = 221+136+212=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88D4 is #22772B. Grayscale: #A9A9A9. Windows color (decimal): -2258732 or 13928669. OLE color: 13928669.

HSL color Cylindrical-coordinate representation of color #DD88D4: hue angle of 306.35º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88D4 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221136212-
CMYK00.380.040.13
HSL306.35º55.56%70%-
HSV(B)306.35º38.46%86.67%-
XYZ50.5137.7366.91-
YUV170.08151.66164.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 136 (53.52% from 255) = 23.90%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=38.84%
G=23.90%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113621200.380.040.13306.3555.5670
HexDD88D40264D1323846
Octal33521032404641546270106
Binary110111011000100011010100010011010011011001100101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88D4; }

 p { color: rgb(221,136,212); }

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

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

 a { background-color: rgb(221,136,212); }

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

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

 span { border-color: rgb(221,136,212); }

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