#DD8AFC

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

Shades of Heliotrope #DD8AFC

Tints of Heliotrope #DD8AFC

Color information

#DD8AFC (or 0xDD8AFC) is unknown color: approx Heliotrope. HEX triplet: DD, 8A and FC. RGB value is (221,138,252). Sum of RGB (Red+Green+Blue) = 221+138+252=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD8AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AFC is #227503. Grayscale: #AFAFAF. Windows color (decimal): -2258180 or 16550621. OLE color: 16550621.

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

Color convert

RGB221138252-
CMYK0.120.4500.01
HSL283.68º95%76.47%-
HSV(B)283.68º45.24%98.82%-
XYZ56.4840.5896.95-
YUV175.81171160.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 138 (54.30% from 255) = 22.59%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=36.17%
G=22.59%
B=41.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211382520.120.4500.01283.689576.47
HexDD8AFCC2D0111c5f4c
Octal335212374145501434137114
Binary11011101100010101111110011001011010110001110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AFC; }

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

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

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

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

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

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

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

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