#D65BFE

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

Shades of Heliotrope #D65BFE

Tints of Heliotrope #D65BFE

Color information

#D65BFE (or 0xD65BFE) is unknown color: approx Heliotrope. HEX triplet: D6, 5B and FE. RGB value is (214,91,254). Sum of RGB (Red+Green+Blue) = 214+91+254=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 91 (35.94% from 255 or 16.28% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #D65BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65BFE is #29A401. Grayscale: #919191. Windows color (decimal): -2728962 or 16669654. OLE color: 16669654.

HSL color Cylindrical-coordinate representation of color #D65BFE: hue angle of 285.28º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65BFE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21491254-
CMYK0.160.6400.00
HSL285.28º98.79%67.65%-
HSV(B)285.28º64.17%99.61%-
XYZ49.3628.9396.75-
YUV146.36188.75176.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 91 (35.94% from 255) = 16.28%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=38.28%
G=16.28%
B=45.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal214912540.160.6400.00285.2898.7967.65
HexD65BFE10400011d6344
Octal3261333762010000435143104
Binary110101101011011111111101000010000000010001110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65BFE; }

 p { color: rgb(214,91,254); }

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

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

 a { background-color: rgb(214,91,254); }

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

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

 span { border-color: rgb(214,91,254); }

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