Html Css Color HEX #D461FE Heliotrope

📋 copy color: '#D461FE'

red 212 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #D461FE

Tints of Heliotrope #D461FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.23%

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

R = 37.66%
G = 17.23%
B = 45.12%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D461FE (or 0xD461FE) is known color: Heliotrope. HEX triplet: D4, 61 and FE. RGB value is (212,97,254). Sum of RGB (Red+Green+Blue) = 212+97+254=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 97 (38.28% from 255 or 17.23% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #D461FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461FE is #2B9E01. Grayscale: #949494. Windows color (decimal): -2858498 or 16671188. OLE color: 16671188.

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

Color convert

RGB 212 97 254 -
CMYK 0.17 0.62 0 0.00
HSL 283.95º 0.99% 0.69% -
HSV(B) 283.95º 0.62% 1% -
XYZ 49.32 29.7 96.9 -
YUV 149.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 212 97 254 0.17 0.62 0 0.00 283.95 0.99 0.69
Hex D4 61 FE 11 3E 0 0 11C 63 45
Octal 324 141 376 21 76 0 0 434 143 105
Binary 11010100 1100001 11111110 10001 111110 0 0 100011100 1100011 1000101

Color Harmonies of #D461FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461FE

Black with #D461FE

Text Example


Text Example

White with #D461FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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