Html Css Color HEX #D954FE Heliotrope

📋 copy color: '#D954FE'

red 217 ◦ green 84 ◦ blue 254

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

Shades of Heliotrope #D954FE

Tints of Heliotrope #D954FE

RGB

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

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

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

R = 39.1%
G = 15.14%
B = 45.77%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D954FE (or 0xD954FE) is known color: Heliotrope. HEX triplet: D9, 54 and FE. RGB value is (217,84,254). Sum of RGB (Red+Green+Blue) = 217+84+254=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 84 (33.20% from 255 or 15.14% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #D954FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D954FE is #26AB01. Grayscale: #8E8E8E. Windows color (decimal): -2534146 or 16667865. OLE color: 16667865.

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

Color convert

RGB 217 84 254 -
CMYK 0.15 0.67 0 0.00
HSL 286.94º 0.99% 0.66% -
HSV(B) 286.94º 0.67% 1% -
XYZ 49.67 28.25 96.6 -
YUV 143.15 190.56 180.68 -
System Red Green Blue C M Y K H S L
Decimal 217 84 254 0.15 0.67 0 0.00 286.94 0.99 0.66
Hex D9 54 FE F 43 0 0 11F 63 42
Octal 331 124 376 17 103 0 0 437 143 102
Binary 11011001 1010100 11111110 1111 1000011 0 0 100011111 1100011 1000010

Color Harmonies of #D954FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954FE

Black with #D954FE

Text Example


Text Example

White with #D954FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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