#D28AFD

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

Shades of Heliotrope #D28AFD

Tints of Heliotrope #D28AFD

Color information

#D28AFD (or 0xD28AFD) is unknown color: approx Heliotrope. HEX triplet: D2, 8A and FD. RGB value is (210,138,253). Sum of RGB (Red+Green+Blue) = 210+138+253=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #D28AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28AFD is #2D7502. Grayscale: #ACACAC. Windows color (decimal): -2979075 or 16616146. OLE color: 16616146.

HSL color Cylindrical-coordinate representation of color #D28AFD: hue angle of 277.57º 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 #D28AFD is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210138253-
CMYK0.170.4500.01
HSL277.57º96.64%76.67%-
HSV(B)277.57º45.45%99.22%-
XYZ53.438.9797.64-
YUV172.64173.35154.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.94%
GREEN value IS 138 (54.30% from 255) = 22.96%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=34.94%
G=22.96%
B=42.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101382530.170.4500.01277.5796.6476.67
HexD28AFD112D01116614d
Octal322212375215501426141115
Binary110100101000101011111101100011011010110001011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AFD; }

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

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

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

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

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

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

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

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