Html Css Color HEX #D61AFE Psychedelic Purple

📋 copy color: '#D61AFE'

red 214 ◦ green 26 ◦ blue 254

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

Shades of Psychedelic Purple #D61AFE

Tints of Psychedelic Purple #D61AFE

RGB

 RED value IS 214 (83.98% from 255) = 43.32%

 GREEN value IS 26 (10.55% from 255) = 5.26%

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

R = 43.32%
G = 5.26%
B = 51.42%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D61AFE (or 0xD61AFE) is known color: Psychedelic Purple. HEX triplet: D6, 1A and FE. RGB value is (214,26,254). Sum of RGB (Red+Green+Blue) = 214+26+254=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 26 (10.55% from 255 or 5.26% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #D61AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61AFE is #29E501. Grayscale: #6B6B6B. Windows color (decimal): -2745602 or 16653014. OLE color: 16653014.

HSL color Cylindrical-coordinate representation of color #D61AFE: hue angle of 289.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61AFE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 26 254 -
CMYK 0.16 0.90 0 0.00
HSL 289.47º 0.99% 0.55% -
HSV(B) 289.47º 0.9% 1% -
XYZ 45.99 22.19 95.63 -
YUV 108.2 210.28 203.46 -
System Red Green Blue C M Y K H S L
Decimal 214 26 254 0.16 0.90 0 0.00 289.47 0.99 0.55
Hex D6 1A FE 10 5A 0 0 121 63 37
Octal 326 32 376 20 132 0 0 441 143 67
Binary 11010110 11010 11111110 10000 1011010 0 0 100100001 1100011 110111

Color Harmonies of #D61AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AFE

Black with #D61AFE

Text Example


Text Example

White with #D61AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AFE; }

 p { color: rgb(214,26,254); }

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

background-color css

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

 a { background-color: rgb(214,26,254); }

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

border-color css

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

 span { border-color: rgb(214,26,254); }

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