#D670F1

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

Shades of Heliotrope #D670F1

Tints of Heliotrope #D670F1

Color information

#D670F1 (or 0xD670F1) is unknown color: approx Heliotrope. HEX triplet: D6, 70 and F1. RGB value is (214,112,241). Sum of RGB (Red+Green+Blue) = 214+112+241=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #D670F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D670F1 is #298F0E. Grayscale: #9C9C9C. Windows color (decimal): -2723599 or 15823062. OLE color: 15823062.

HSL color Cylindrical-coordinate representation of color #D670F1: hue angle of 287.44º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D670F1 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214112241-
CMYK0.110.5400.05
HSL287.44º82.17%69.22%-
HSV(B)287.44º53.53%94.51%-
XYZ49.432.2486.84-
YUV157.2175.29168.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 112 (44.14% from 255) = 19.75%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=37.74%
G=19.75%
B=42.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141122410.110.5400.05287.4482.1769.22
HexD670F1B360511f5245
Octal326160361136605437122105
Binary110101101110000111100011011110110010110001111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D670F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D670F1; }

 p { color: rgb(214,112,241); }

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

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

 a { background-color: rgb(214,112,241); }

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

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

 span { border-color: rgb(214,112,241); }

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