Html Css Color HEX #D654FE Heliotrope

📋 copy color: '#D654FE'

red 214 ◦ green 84 ◦ blue 254

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

Shades of Heliotrope #D654FE

Tints of Heliotrope #D654FE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.22%

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

R = 38.77%
G = 15.22%
B = 46.01%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D654FE (or 0xD654FE) is known color: Heliotrope. HEX triplet: D6, 54 and FE. RGB value is (214,84,254). Sum of RGB (Red+Green+Blue) = 214+84+254=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 84 (33.20% from 255 or 15.22% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #D654FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D654FE is #29AB01. Grayscale: #8D8D8D. Windows color (decimal): -2730754 or 16667862. OLE color: 16667862.

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

Color convert

RGB 214 84 254 -
CMYK 0.16 0.67 0 0.00
HSL 285.88º 0.99% 0.66% -
HSV(B) 285.88º 0.67% 1% -
XYZ 48.79 27.79 96.56 -
YUV 142.25 191.07 179.18 -
System Red Green Blue C M Y K H S L
Decimal 214 84 254 0.16 0.67 0 0.00 285.88 0.99 0.66
Hex D6 54 FE 10 43 0 0 11E 63 42
Octal 326 124 376 20 103 0 0 436 143 102
Binary 11010110 1010100 11111110 10000 1000011 0 0 100011110 1100011 1000010

Color Harmonies of #D654FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D654FE

Black with #D654FE

Text Example


Text Example

White with #D654FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D654FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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