#D28AF3

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

Shades of Heliotrope #D28AF3

Tints of Heliotrope #D28AF3

Color information

#D28AF3 (or 0xD28AF3) is unknown color: approx Heliotrope. HEX triplet: D2, 8A and F3. RGB value is (210,138,243). Sum of RGB (Red+Green+Blue) = 210+138+243=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #D28AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28AF3 is #2D750C. Grayscale: #ABABAB. Windows color (decimal): -2979085 or 15960786. OLE color: 15960786.

HSL color Cylindrical-coordinate representation of color #D28AF3: hue angle of 281.14º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28AF3 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210138243-
CMYK0.140.4300.05
HSL281.14º81.4%74.71%-
HSV(B)281.14º43.21%95.29%-
XYZ51.8438.3589.46-
YUV171.5168.35155.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.53%
GREEN value IS 138 (54.30% from 255) = 23.35%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=35.53%
G=23.35%
B=41.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101382430.140.4300.05281.1481.474.71
HexD28AF3E2B05119514b
Octal322212363165305431121113
Binary1101001010001010111100111110101011010110001100110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AF3; }

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

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

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

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

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

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

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

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