#DD8AFA

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

Shades of Heliotrope #DD8AFA

Tints of Heliotrope #DD8AFA

Color information

#DD8AFA (or 0xDD8AFA) is unknown color: approx Heliotrope. HEX triplet: DD, 8A and FA. RGB value is (221,138,250). Sum of RGB (Red+Green+Blue) = 221+138+250=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD8AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AFA is #227505. Grayscale: #AFAFAF. Windows color (decimal): -2258182 or 16419549. OLE color: 16419549.

HSL color Cylindrical-coordinate representation of color #DD8AFA: hue angle of 284.46º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD8AFA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221138250-
CMYK0.120.4500.02
HSL284.46º91.8%76.08%-
HSV(B)284.46º44.8%98.04%-
XYZ56.1640.4595.29-
YUV175.58170160.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 138 (54.30% from 255) = 22.66%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=36.29%
G=22.66%
B=41.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211382500.120.4500.02284.4691.876.08
HexDD8AFAC2D0211c5c4c
Octal335212372145502434134114
Binary110111011000101011111010110010110101010001110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AFA; }

 p { color: rgb(221,138,250); }

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

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

 a { background-color: rgb(221,138,250); }

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

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

 span { border-color: rgb(221,138,250); }

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