#D28BFA

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

Shades of Heliotrope #D28BFA

Tints of Heliotrope #D28BFA

Color information

#D28BFA (or 0xD28BFA) is unknown color: approx Heliotrope. HEX triplet: D2, 8B and FA. RGB value is (210,139,250). Sum of RGB (Red+Green+Blue) = 210+139+250=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #D28BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28BFA is #2D7405. Grayscale: #ACACAC. Windows color (decimal): -2978822 or 16419794. OLE color: 16419794.

HSL color Cylindrical-coordinate representation of color #D28BFA: hue angle of 278.38º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D28BFA is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210139250-
CMYK0.160.4400.02
HSL278.38º91.74%76.27%-
HSV(B)278.38º44.4%98.04%-
XYZ53.0739.0795.19-
YUV172.88171.52154.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.06%
GREEN value IS 139 (54.69% from 255) = 23.21%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=35.06%
G=23.21%
B=41.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101392500.160.4400.02278.3891.7476.27
HexD28BFA102C021165c4c
Octal322213372205402426134114
Binary1101001010001011111110101000010110001010001011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28BFA; }

 p { color: rgb(210,139,250); }

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

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

 a { background-color: rgb(210,139,250); }

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

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

 span { border-color: rgb(210,139,250); }

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