#DD8FFC

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

Shades of Heliotrope #DD8FFC

Tints of Heliotrope #DD8FFC

Color information

#DD8FFC (or 0xDD8FFC) is unknown color: approx Heliotrope. HEX triplet: DD, 8F and FC. RGB value is (221,143,252). Sum of RGB (Red+Green+Blue) = 221+143+252=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8FFC is #227003. Grayscale: #B2B2B2. Windows color (decimal): -2256900 or 16551901. OLE color: 16551901.

HSL color Cylindrical-coordinate representation of color #DD8FFC: hue angle of 282.94º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD8FFC is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221143252-
CMYK0.120.4300.01
HSL282.94º94.78%77.45%-
HSV(B)282.94º43.25%98.82%-
XYZ57.2142.0597.2-
YUV178.75169.34158.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 143 (56.25% from 255) = 23.21%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=35.88%
G=23.21%
B=40.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211432520.120.4300.01282.9494.7877.45
HexDD8FFCC2B0111b5f4d
Octal335217374145301433137115
Binary11011101100011111111110011001010110110001101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FFC; }

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

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

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

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

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

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

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

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