Html Css Color HEX #D41AFA Psychedelic Purple

📋 copy color: '#D41AFA'

red 212 ◦ green 26 ◦ blue 250

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

Shades of Psychedelic Purple #D41AFA

Tints of Psychedelic Purple #D41AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 43.44%
G = 5.33%
B = 51.23%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D41AFA (or 0xD41AFA) is known color: Psychedelic Purple. HEX triplet: D4, 1A and FA. RGB value is (212,26,250). Sum of RGB (Red+Green+Blue) = 212+26+250=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #D41AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41AFA is #2BE505. Grayscale: #6A6A6A. Windows color (decimal): -2876678 or 16390868. OLE color: 16390868.

HSL color Cylindrical-coordinate representation of color #D41AFA: hue angle of 289.82º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41AFA is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 26 250 -
CMYK 0.15 0.90 0 0.02
HSL 289.82º 0.96% 0.54% -
HSV(B) 289.82º 0.9% 0.98% -
XYZ 44.78 21.64 92.26 -
YUV 107.15 208.62 202.79 -
System Red Green Blue C M Y K H S L
Decimal 212 26 250 0.15 0.90 0 0.02 289.82 0.96 0.54
Hex D4 1A FA F 5A 0 2 122 60 36
Octal 324 32 372 17 132 0 2 442 140 66
Binary 11010100 11010 11111010 1111 1011010 0 10 100100010 1100000 110110

Color Harmonies of #D41AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41AFA

Black with #D41AFA

Text Example


Text Example

White with #D41AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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