#d65afe

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

Shades of Heliotrope #D65AFE

Tints of Heliotrope #D65AFE

Color information

#D65AFE (or 0xD65AFE) is unknown color: approx Heliotrope. HEX triplet: D6, 5A and FE. RGB value is (214,90,254). Sum of RGB (Red+Green+Blue) = 214+90+254=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #D65AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AFE is #29A501. Grayscale: #919191. Windows color (decimal): -2729218 or 16669398. OLE color: 16669398.

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

Color convert

RGB21490254-
CMYK0.160.6500.00
HSL285.37º98.8%67.45%-
HSV(B)285.37º64.57%99.61%-
XYZ49.2828.7696.72-
YUV145.77189.08176.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 90 (35.55% from 255) = 16.13%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=38.35%
G=16.13%
B=45.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal214902540.160.6500.00285.3798.867.45
HexD65AFE10410011d6343
Octal3261323762010100435143103
Binary110101101011010111111101000010000010010001110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d65afe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d65afe; }

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

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

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

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

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

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

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

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