#DD8FF9

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

Shades of Heliotrope #DD8FF9

Tints of Heliotrope #DD8FF9

Color information

#DD8FF9 (or 0xDD8FF9) is unknown color: approx Heliotrope. HEX triplet: DD, 8F and F9. RGB value is (221,143,249). Sum of RGB (Red+Green+Blue) = 221+143+249=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD8FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8FF9 is #227006. Grayscale: #B2B2B2. Windows color (decimal): -2256903 or 16355293. OLE color: 16355293.

HSL color Cylindrical-coordinate representation of color #DD8FF9: hue angle of 284.15º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD8FF9 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221143249-
CMYK0.110.4300.02
HSL284.15º89.83%76.86%-
HSV(B)284.15º42.57%97.65%-
XYZ56.7441.8694.71-
YUV178.41167.84158.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 143 (56.25% from 255) = 23.33%
BLUE value IS 249 (97.66% from 255) = 40.62%
R=36.05%
G=23.33%
B=40.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211432490.110.4300.02284.1589.8376.86
HexDD8FF9B2B0211c5a4d
Octal335217371135302434132115
Binary110111011000111111111001101110101101010001110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FF9; }

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

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

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

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

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

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

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

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