#DD88F6

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

Shades of Heliotrope #DD88F6

Tints of Heliotrope #DD88F6

Color information

#DD88F6 (or 0xDD88F6) is unknown color: approx Heliotrope. HEX triplet: DD, 88 and F6. RGB value is (221,136,246). Sum of RGB (Red+Green+Blue) = 221+136+246=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD88F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88F6 is #227709. Grayscale: #ADADAD. Windows color (decimal): -2258698 or 16156893. OLE color: 16156893.

HSL color Cylindrical-coordinate representation of color #DD88F6: hue angle of 286.36º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD88F6 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221136246-
CMYK0.100.4500.04
HSL286.36º85.94%74.9%-
HSV(B)286.36º44.72%96.47%-
XYZ55.2639.6391.93-
YUV173.96168.66161.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 136 (53.52% from 255) = 22.55%
BLUE value IS 246 (96.48% from 255) = 40.80%
R=36.65%
G=22.55%
B=40.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211362460.100.4500.04286.3685.9474.9
HexDD88F6A2D0411e564b
Octal335210366125504436126113
Binary1101110110001000111101101010101101010010001111010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88F6; }

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

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

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

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

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

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

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

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