Html Css Color HEX #D41AFE Psychedelic Purple

📋 copy color: '#D41AFE'

red 212 ◦ green 26 ◦ blue 254

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

Shades of Psychedelic Purple #D41AFE

Tints of Psychedelic Purple #D41AFE

RGB

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

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

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

R = 43.09%
G = 5.28%
B = 51.63%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D41AFE (or 0xD41AFE) is known color: Psychedelic Purple. HEX triplet: D4, 1A and FE. RGB value is (212,26,254). Sum of RGB (Red+Green+Blue) = 212+26+254=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #D41AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41AFE is #2BE501. Grayscale: #6A6A6A. Windows color (decimal): -2876674 or 16653012. OLE color: 16653012.

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

Color convert

RGB 212 26 254 -
CMYK 0.17 0.90 0 0.00
HSL 288.95º 0.99% 0.55% -
HSV(B) 288.95º 0.9% 1% -
XYZ 45.41 21.89 95.6 -
YUV 107.61 210.62 202.46 -
System Red Green Blue C M Y K H S L
Decimal 212 26 254 0.17 0.90 0 0.00 288.95 0.99 0.55
Hex D4 1A FE 11 5A 0 0 121 63 37
Octal 324 32 376 21 132 0 0 441 143 67
Binary 11010100 11010 11111110 10001 1011010 0 0 100100001 1100011 110111

Color Harmonies of #D41AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41AFE

Black with #D41AFE

Text Example


Text Example

White with #D41AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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