#D083F2

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

Shades of Heliotrope #D083F2

Tints of Heliotrope #D083F2

Color information

#D083F2 (or 0xD083F2) is unknown color: approx Heliotrope. HEX triplet: D0, 83 and F2. RGB value is (208,131,242). Sum of RGB (Red+Green+Blue) = 208+131+242=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #D083F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D083F2 is #2F7C0D. Grayscale: #A6A6A6. Windows color (decimal): -3111950 or 15893456. OLE color: 15893456.

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

Color convert

RGB208131242-
CMYK0.140.4600.05
HSL281.62º81.02%73.14%-
HSV(B)281.62º45.87%94.9%-
XYZ50.1636.0588.32-
YUV166.68170.51157.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 131 (51.56% from 255) = 22.55%
BLUE value IS 242 (94.92% from 255) = 41.65%
R=35.80%
G=22.55%
B=41.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081312420.140.4600.05281.6281.0273.14
HexD083F2E2E0511a5149
Octal320203362165605432121111
Binary1101000010000011111100101110101110010110001101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083F2; }

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

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

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

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

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

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

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

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