#DD88FF

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

Shades of Heliotrope #DD88FF

Tints of Heliotrope #DD88FF

Color information

#DD88FF (or 0xDD88FF) is unknown color: approx Heliotrope. HEX triplet: DD, 88 and FF. RGB value is (221,136,255). Sum of RGB (Red+Green+Blue) = 221+136+255=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 136 (53.52% from 255 or 22.22% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88FF is #227700. Grayscale: #AEAEAE. Windows color (decimal): -2258689 or 16746717. OLE color: 16746717.

HSL color Cylindrical-coordinate representation of color #DD88FF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD88FF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221136255-
CMYK0.130.4700
HSL282.86º100%76.67%-
HSV(B)282.86º46.67%100%-
XYZ56.6740.299.38-
YUV174.98173.16160.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 136 (53.52% from 255) = 22.22%
BLUE value IS 255 (100% from 255) = 41.67%
R=36.11%
G=22.22%
B=41.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211362550.130.4700282.8610076.67
HexDD88FFD2F0011b644d
Octal335210377155700433144115
Binary11011101100010001111111111011011110010001101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88FF; }

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

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

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

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

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

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

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

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