Html Css Color HEX #D664FE Heliotrope

📋 copy color: '#D664FE'

red 214 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #D664FE

Tints of Heliotrope #D664FE

RGB

 RED value IS 214 (83.98% from 255) = 37.68%

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

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

R = 37.68%
G = 17.61%
B = 44.72%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D664FE (or 0xD664FE) is known color: Heliotrope. HEX triplet: D6, 64 and FE. RGB value is (214,100,254). Sum of RGB (Red+Green+Blue) = 214+100+254=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #D664FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664FE is #299B01. Grayscale: #979797. Windows color (decimal): -2726658 or 16671958. OLE color: 16671958.

HSL color Cylindrical-coordinate representation of color #D664FE: hue angle of 284.42º 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 #D664FE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 100 254 -
CMYK 0.16 0.61 0 0.00
HSL 284.42º 0.99% 0.69% -
HSV(B) 284.42º 0.61% 1% -
XYZ 50.18 30.57 97.02 -
YUV 151.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 214 100 254 0.16 0.61 0 0.00 284.42 0.99 0.69
Hex D6 64 FE 10 3D 0 0 11C 63 45
Octal 326 144 376 20 75 0 0 434 143 105
Binary 11010110 1100100 11111110 10000 111101 0 0 100011100 1100011 1000101

Color Harmonies of #D664FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664FE

Black with #D664FE

Text Example


Text Example

White with #D664FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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