Html Css Color HEX #D754FE Heliotrope

📋 copy color: '#D754FE'

red 215 ◦ green 84 ◦ blue 254

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

Shades of Heliotrope #D754FE

Tints of Heliotrope #D754FE

RGB

 RED value IS 215 (84.38% from 255) = 38.88%

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

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

R = 38.88%
G = 15.19%
B = 45.93%

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

#D754FE (or 0xD754FE) is known color: Heliotrope. HEX triplet: D7, 54 and FE. RGB value is (215,84,254). Sum of RGB (Red+Green+Blue) = 215+84+254=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 84 (33.20% from 255 or 15.19% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #D754FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D754FE is #28AB01. Grayscale: #8E8E8E. Windows color (decimal): -2665218 or 16667863. OLE color: 16667863.

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

Color convert

RGB 215 84 254 -
CMYK 0.15 0.67 0 0.00
HSL 286.24º 0.99% 0.66% -
HSV(B) 286.24º 0.67% 1% -
XYZ 49.08 27.94 96.57 -
YUV 142.55 190.9 179.68 -
System Red Green Blue C M Y K H S L
Decimal 215 84 254 0.15 0.67 0 0.00 286.24 0.99 0.66
Hex D7 54 FE F 43 0 0 11E 63 42
Octal 327 124 376 17 103 0 0 436 143 102
Binary 11010111 1010100 11111110 1111 1000011 0 0 100011110 1100011 1000010

Color Harmonies of #D754FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D754FE

Black with #D754FE

Text Example


Text Example

White with #D754FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D754FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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