#d670f2

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

Shades of Heliotrope #D670F2

Tints of Heliotrope #D670F2

Color information

#D670F2 (or 0xD670F2) is unknown color: approx Heliotrope. HEX triplet: D6, 70 and F2. RGB value is (214,112,242). Sum of RGB (Red+Green+Blue) = 214+112+242=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #D670F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D670F2 is #298F0D. Grayscale: #9C9C9C. Windows color (decimal): -2723598 or 15888598. OLE color: 15888598.

HSL color Cylindrical-coordinate representation of color #D670F2: hue angle of 287.08º degrees, saturation: 0.83, 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 #D670F2 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214112242-
CMYK0.120.5400.05
HSL287.08º83.33%69.41%-
HSV(B)287.08º53.72%94.9%-
XYZ49.5532.387.63-
YUV157.32175.79168.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.68%
GREEN value IS 112 (44.14% from 255) = 19.72%
BLUE value IS 242 (94.92% from 255) = 42.61%
R=37.68%
G=19.72%
B=42.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141122420.120.5400.05287.0883.3369.41
HexD670F2C360511f5345
Octal326160362146605437123105
Binary110101101110000111100101100110110010110001111110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d670f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d670f2; }

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

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

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

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

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

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

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

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