#DD8AFD

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

Shades of Heliotrope #DD8AFD

Tints of Heliotrope #DD8AFD

Color information

#DD8AFD (or 0xDD8AFD) is unknown color: approx Heliotrope. HEX triplet: DD, 8A and FD. RGB value is (221,138,253). Sum of RGB (Red+Green+Blue) = 221+138+253=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD8AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AFD is #227502. Grayscale: #AFAFAF. Windows color (decimal): -2258179 or 16616157. OLE color: 16616157.

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

Color convert

RGB221138253-
CMYK0.130.4500.01
HSL283.3º96.64%76.67%-
HSV(B)283.3º45.45%99.22%-
XYZ56.6440.6497.79-
YUV175.93171.5160.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 138 (54.30% from 255) = 22.55%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=36.11%
G=22.55%
B=41.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211382530.130.4500.01283.396.6476.67
HexDD8AFDD2D0111b614d
Octal335212375155501433141115
Binary11011101100010101111110111011011010110001101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AFD; }

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

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

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

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

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

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

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

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