#DD86F8

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

Shades of Heliotrope #DD86F8

Tints of Heliotrope #DD86F8

Color information

#DD86F8 (or 0xDD86F8) is unknown color: approx Heliotrope. HEX triplet: DD, 86 and F8. RGB value is (221,134,248). Sum of RGB (Red+Green+Blue) = 221+134+248=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD86F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86F8 is #227907. Grayscale: #ACACAC. Windows color (decimal): -2259208 or 16287453. OLE color: 16287453.

HSL color Cylindrical-coordinate representation of color #DD86F8: hue angle of 285.79º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD86F8 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221134248-
CMYK0.110.4600.03
HSL285.79º89.06%74.9%-
HSV(B)285.79º45.97%97.25%-
XYZ55.2939.293.46-
YUV173.01170.32162.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 134 (52.73% from 255) = 22.22%
BLUE value IS 248 (97.27% from 255) = 41.13%
R=36.65%
G=22.22%
B=41.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211342480.110.4600.03285.7989.0674.9
HexDD86F8B2E0311e594b
Octal335206370135603436131113
Binary110111011000011011111000101110111001110001111010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86F8; }

 p { color: rgb(221,134,248); }

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

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

 a { background-color: rgb(221,134,248); }

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

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

 span { border-color: rgb(221,134,248); }

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