#DD8EFF

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

Shades of Heliotrope #DD8EFF

Tints of Heliotrope #DD8EFF

Color information

#DD8EFF (or 0xDD8EFF) is unknown color: approx Heliotrope. HEX triplet: DD, 8E and FF. RGB value is (221,142,255). Sum of RGB (Red+Green+Blue) = 221+142+255=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD8EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8EFF is #227100. Grayscale: #B2B2B2. Windows color (decimal): -2257153 or 16748253. OLE color: 16748253.

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

Color convert

RGB221142255-
CMYK0.130.4400
HSL281.95º100%77.84%-
HSV(B)281.95º44.31%100%-
XYZ57.5441.9499.67-
YUV178.5171.17158.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 142 (55.86% from 255) = 22.98%
BLUE value IS 255 (100% from 255) = 41.26%
R=35.76%
G=22.98%
B=41.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211422550.130.4400281.9510077.84
HexDD8EFFD2C0011a644e
Octal335216377155400432144116
Binary11011101100011101111111111011011000010001101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8EFF; }

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

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

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

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

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

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

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

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