Html Css Color HEX #D451FE Heliotrope

📋 copy color: '#D451FE'

red 212 ◦ green 81 ◦ blue 254

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

Shades of Heliotrope #D451FE

Tints of Heliotrope #D451FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.81%

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

R = 38.76%
G = 14.81%
B = 46.44%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D451FE (or 0xD451FE) is known color: Heliotrope. HEX triplet: D4, 51 and FE. RGB value is (212,81,254). Sum of RGB (Red+Green+Blue) = 212+81+254=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 81 (32.03% from 255 or 14.81% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #D451FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D451FE is #2BAE01. Grayscale: #8B8B8B. Windows color (decimal): -2862594 or 16667092. OLE color: 16667092.

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

Color convert

RGB 212 81 254 -
CMYK 0.17 0.68 0 0.00
HSL 285.43º 0.99% 0.66% -
HSV(B) 285.43º 0.68% 1% -
XYZ 47.98 27.04 96.46 -
YUV 139.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 212 81 254 0.17 0.68 0 0.00 285.43 0.99 0.66
Hex D4 51 FE 11 44 0 0 11D 63 42
Octal 324 121 376 21 104 0 0 435 143 102
Binary 11010100 1010001 11111110 10001 1000100 0 0 100011101 1100011 1000010

Color Harmonies of #D451FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D451FE

Black with #D451FE

Text Example


Text Example

White with #D451FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D451FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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