#DD8FFE

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

Shades of Heliotrope #DD8FFE

Tints of Heliotrope #DD8FFE

Color information

#DD8FFE (or 0xDD8FFE) is unknown color: approx Heliotrope. HEX triplet: DD, 8F and FE. RGB value is (221,143,254). Sum of RGB (Red+Green+Blue) = 221+143+254=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8FFE is #227001. Grayscale: #B2B2B2. Windows color (decimal): -2256898 or 16682973. OLE color: 16682973.

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

Color convert

RGB221143254-
CMYK0.130.4400.00
HSL282.16º98.23%77.84%-
HSV(B)282.16º43.7%99.61%-
XYZ57.5342.1798.87-
YUV178.98170.34157.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 143 (56.25% from 255) = 23.14%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=35.76%
G=23.14%
B=41.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211432540.130.4400.00282.1698.2377.84
HexDD8FFED2C0011a624e
Octal335217376155400432142116
Binary11011101100011111111111011011011000010001101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FFE; }

 p { color: rgb(221,143,254); }

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

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

 a { background-color: rgb(221,143,254); }

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

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

 span { border-color: rgb(221,143,254); }

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