#D681F2

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

Shades of Heliotrope #D681F2

Tints of Heliotrope #D681F2

Color information

#D681F2 (or 0xD681F2) is unknown color: approx Heliotrope. HEX triplet: D6, 81 and F2. RGB value is (214,129,242). Sum of RGB (Red+Green+Blue) = 214+129+242=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #D681F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681F2 is #297E0D. Grayscale: #A6A6A6. Windows color (decimal): -2719246 or 15892950. OLE color: 15892950.

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

Color convert

RGB214129242-
CMYK0.120.4700.05
HSL285.13º81.29%72.75%-
HSV(B)285.13º46.69%94.9%-
XYZ51.6136.4188.31-
YUV167.3170.16161.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 129 (50.78% from 255) = 22.05%
BLUE value IS 242 (94.92% from 255) = 41.37%
R=36.58%
G=22.05%
B=41.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141292420.120.4700.05285.1381.2972.75
HexD681F2C2F0511d5149
Octal326201362145705435121111
Binary1101011010000001111100101100101111010110001110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681F2; }

 p { color: rgb(214,129,242); }

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

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

 a { background-color: rgb(214,129,242); }

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

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

 span { border-color: rgb(214,129,242); }

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