#D967FE

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

Shades of Heliotrope #D967FE

Tints of Heliotrope #D967FE

Color information

#D967FE (or 0xD967FE) is unknown color: approx Heliotrope. HEX triplet: D9, 67 and FE. RGB value is (217,103,254). Sum of RGB (Red+Green+Blue) = 217+103+254=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 103 (40.62% from 255 or 17.94% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #D967FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D967FE is #269801. Grayscale: #999999. Windows color (decimal): -2529282 or 16672729. OLE color: 16672729.

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

Color convert

RGB217103254-
CMYK0.150.5900.00
HSL285.3º98.69%70%-
HSV(B)285.3º59.45%99.61%-
XYZ51.3531.6197.16-
YUV154.3184.27172.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 103 (40.62% from 255) = 17.94%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=37.80%
G=17.94%
B=44.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171032540.150.5900.00285.398.6970
HexD967FEF3B0011d6346
Octal331147376177300435143106
Binary1101100111001111111111011111110110010001110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D967FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D967FE; }

 p { color: rgb(217,103,254); }

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

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

 a { background-color: rgb(217,103,254); }

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

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

 span { border-color: rgb(217,103,254); }

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