#D28AFF

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

Shades of Heliotrope #D28AFF

Tints of Heliotrope #D28AFF

Color information

#D28AFF (or 0xD28AFF) is unknown color: approx Heliotrope. HEX triplet: D2, 8A and FF. RGB value is (210,138,255). Sum of RGB (Red+Green+Blue) = 210+138+255=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #D28AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28AFF is #2D7500. Grayscale: #ACACAC. Windows color (decimal): -2979073 or 16747218. OLE color: 16747218.

HSL color Cylindrical-coordinate representation of color #D28AFF: hue angle of 276.92º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28AFF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210138255-
CMYK0.180.4600
HSL276.92º100%77.06%-
HSV(B)276.92º45.88%100%-
XYZ53.7239.199.32-
YUV172.87174.35154.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 138 (54.30% from 255) = 22.89%
BLUE value IS 255 (100% from 255) = 42.29%
R=34.83%
G=22.89%
B=42.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101382550.180.4600276.9210077.06
HexD28AFF122E00115644d
Octal322212377225600425144115
Binary110100101000101011111111100101011100010001010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AFF; }

 p { color: rgb(210,138,255); }

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

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

 a { background-color: rgb(210,138,255); }

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

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

 span { border-color: rgb(210,138,255); }

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