#D083FA

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

Shades of Heliotrope #D083FA

Tints of Heliotrope #D083FA

Color information

#D083FA (or 0xD083FA) is unknown color: approx Heliotrope. HEX triplet: D0, 83 and FA. RGB value is (208,131,250). Sum of RGB (Red+Green+Blue) = 208+131+250=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #D083FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D083FA is #2F7C05. Grayscale: #A7A7A7. Windows color (decimal): -3111942 or 16417744. OLE color: 16417744.

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

Color convert

RGB208131250-
CMYK0.170.4800.02
HSL278.82º92.25%74.71%-
HSV(B)278.82º47.6%98.04%-
XYZ51.3836.5494.79-
YUV167.59174.51156.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 131 (51.56% from 255) = 22.24%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=35.31%
G=22.24%
B=42.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081312500.170.4800.02278.8292.2574.71
HexD083FA1130021175c4b
Octal320203372216002427134113
Binary1101000010000011111110101000111000001010001011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083FA; }

 p { color: rgb(208,131,250); }

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

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

 a { background-color: rgb(208,131,250); }

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

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

 span { border-color: rgb(208,131,250); }

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