#D67DF9

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

Shades of Heliotrope #D67DF9

Tints of Heliotrope #D67DF9

Color information

#D67DF9 (or 0xD67DF9) is unknown color: approx Heliotrope. HEX triplet: D6, 7D and F9. RGB value is (214,125,249). Sum of RGB (Red+Green+Blue) = 214+125+249=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #D67DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67DF9 is #298206. Grayscale: #A5A5A5. Windows color (decimal): -2720263 or 16350678. OLE color: 16350678.

HSL color Cylindrical-coordinate representation of color #D67DF9: hue angle of 283.06º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67DF9 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214125249-
CMYK0.140.5000.02
HSL283.06º91.18%73.33%-
HSV(B)283.06º49.8%97.65%-
XYZ52.1635.893.78-
YUV165.75174.99162.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 125 (49.22% from 255) = 21.26%
BLUE value IS 249 (97.66% from 255) = 42.35%
R=36.39%
G=21.26%
B=42.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141252490.140.5000.02283.0691.1873.33
HexD67DF9E320211b5b49
Octal326175371166202433133111
Binary11010110111110111111001111011001001010001101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DF9; }

 p { color: rgb(214,125,249); }

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

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

 a { background-color: rgb(214,125,249); }

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

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

 span { border-color: rgb(214,125,249); }

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