#d865f2

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

Shades of Heliotrope #D865F2

Tints of Heliotrope #D865F2

Color information

#D865F2 (or 0xD865F2) is unknown color: approx Heliotrope. HEX triplet: D8, 65 and F2. RGB value is (216,101,242). Sum of RGB (Red+Green+Blue) = 216+101+242=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #D865F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D865F2 is #279A0D. Grayscale: #979797. Windows color (decimal): -2595342 or 15885784. OLE color: 15885784.

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

Color convert

RGB216101242-
CMYK0.110.5800.05
HSL288.94º84.43%67.25%-
HSV(B)288.94º58.26%94.9%-
XYZ4930.3287.27-
YUV151.46179.1174.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 101 (39.84% from 255) = 18.07%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=38.64%
G=18.07%
B=43.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161012420.110.5800.05288.9484.4367.25
HexD865F2B3A051215443
Octal330145362137205441124103
Binary110110001100101111100101011111010010110010000110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d865f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d865f2; }

 p { color: rgb(216,101,242); }

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

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

 a { background-color: rgb(216,101,242); }

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

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

 span { border-color: rgb(216,101,242); }

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