#DD88CA

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

Shades of Orchid #DD88CA

Tints of Orchid #DD88CA

Color information

#DD88CA (or 0xDD88CA) is unknown color: approx Orchid. HEX triplet: DD, 88 and CA. RGB value is (221,136,202). Sum of RGB (Red+Green+Blue) = 221+136+202=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88CA is #227735. Grayscale: #A8A8A8. Windows color (decimal): -2258742 or 13273309. OLE color: 13273309.

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

Color convert

RGB221136202-
CMYK00.380.090.13
HSL313.41º55.56%70%-
HSV(B)313.41º38.46%86.67%-
XYZ49.2837.2460.47-
YUV168.94146.66165.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=39.53%
G=24.33%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113620200.380.090.13313.4155.5670
HexDD88CA0269D1393846
Octal335210312046111547170106
Binary1101110110001000110010100100110100111011001110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88CA; }

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

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

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

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

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

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

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

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