#D65FF7

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

Shades of Heliotrope #D65FF7

Tints of Heliotrope #D65FF7

Color information

#D65FF7 (or 0xD65FF7) is unknown color: approx Heliotrope. HEX triplet: D6, 5F and F7. RGB value is (214,95,247). Sum of RGB (Red+Green+Blue) = 214+95+247=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #D65FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FF7 is #29A008. Grayscale: #939393. Windows color (decimal): -2727945 or 16211926. OLE color: 16211926.

HSL color Cylindrical-coordinate representation of color #D65FF7: hue angle of 286.97º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65FF7 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21495247-
CMYK0.130.6200.03
HSL286.97º90.48%67.06%-
HSV(B)286.97º61.54%96.86%-
XYZ48.6129.291.07-
YUV147.91183.92175.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.49%
GREEN value IS 95 (37.5% from 255) = 17.09%
BLUE value IS 247 (96.88% from 255) = 44.42%
R=38.49%
G=17.09%
B=44.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal214952470.130.6200.03286.9790.4867.06
HexD65FF7D3E0311f5a43
Octal326137367157603437132103
Binary11010110101111111110111110111111001110001111110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65FF7; }

 p { color: rgb(214,95,247); }

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

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

 a { background-color: rgb(214,95,247); }

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

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

 span { border-color: rgb(214,95,247); }

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