Html Css Color HEX #D964FE Heliotrope

📋 copy color: '#D964FE'

red 217 ◦ green 100 ◦ blue 254

#D964FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D964FE

Tints of Heliotrope #D964FE

RGB

 RED value IS 217 (85.16% from 255) = 38%

 GREEN value IS 100 (39.45% from 255) = 17.51%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 38%
G = 17.51%
B = 44.48%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D964FE (or 0xD964FE) is known color: Heliotrope. HEX triplet: D9, 64 and FE. RGB value is (217,100,254). Sum of RGB (Red+Green+Blue) = 217+100+254=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 100 (39.45% from 255 or 17.51% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #D964FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D964FE is #269B01. Grayscale: #989898. Windows color (decimal): -2530050 or 16671961. OLE color: 16671961.

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

Color convert

RGB 217 100 254 -
CMYK 0.15 0.61 0 0.00
HSL 285.58º 0.99% 0.69% -
HSV(B) 285.58º 0.61% 1% -
XYZ 51.06 31.02 97.06 -
YUV 152.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 217 100 254 0.15 0.61 0 0.00 285.58 0.99 0.69
Hex D9 64 FE F 3D 0 0 11E 63 45
Octal 331 144 376 17 75 0 0 436 143 105
Binary 11011001 1100100 11111110 1111 111101 0 0 100011110 1100011 1000101

Color Harmonies of #D964FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964FE

Black with #D964FE

Text Example


Text Example

White with #D964FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964FE; }

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

 H1.HeaderClassName
 {
   color: #D964FE;
 }
 .AnyTagClassName
 {
   color: #D964FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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