Html Css Color HEX #D464FE Heliotrope

📋 copy color: '#D464FE'

red 212 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #D464FE

Tints of Heliotrope #D464FE

RGB

 RED value IS 212 (83.2% from 255) = 37.46%

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

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

R = 37.46%
G = 17.67%
B = 44.88%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D464FE (or 0xD464FE) is known color: Heliotrope. HEX triplet: D4, 64 and FE. RGB value is (212,100,254). Sum of RGB (Red+Green+Blue) = 212+100+254=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 100 (39.45% from 255 or 17.67% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #D464FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D464FE is #2B9B01. Grayscale: #969696. Windows color (decimal): -2857730 or 16671956. OLE color: 16671956.

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

Color convert

RGB 212 100 254 -
CMYK 0.17 0.61 0 0.00
HSL 283.64º 0.99% 0.69% -
HSV(B) 283.64º 0.61% 1% -
XYZ 49.6 30.27 96.99 -
YUV 151.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 212 100 254 0.17 0.61 0 0.00 283.64 0.99 0.69
Hex D4 64 FE 11 3D 0 0 11C 63 45
Octal 324 144 376 21 75 0 0 434 143 105
Binary 11010100 1100100 11111110 10001 111101 0 0 100011100 1100011 1000101

Color Harmonies of #D464FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D464FE

Black with #D464FE

Text Example


Text Example

White with #D464FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D464FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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