Html Css Color HEX #D41AE9 Psychedelic Purple

📋 copy color: '#D41AE9'

red 212 ◦ green 26 ◦ blue 233

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

Shades of Psychedelic Purple #D41AE9

Tints of Psychedelic Purple #D41AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.47%

R = 45.01%
G = 5.52%
B = 49.47%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D41AE9 (or 0xD41AE9) is known color: Psychedelic Purple. HEX triplet: D4, 1A and E9. RGB value is (212,26,233). Sum of RGB (Red+Green+Blue) = 212+26+233=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #D41AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41AE9 is #2BE516. Grayscale: #686868. Windows color (decimal): -2876695 or 15276756. OLE color: 15276756.

HSL color Cylindrical-coordinate representation of color #D41AE9: hue angle of 293.91º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41AE9 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 26 233 -
CMYK 0.09 0.89 0 0.09
HSL 293.91º 0.82% 0.51% -
HSV(B) 293.91º 0.89% 0.91% -
XYZ 42.23 20.62 78.84 -
YUV 105.21 200.12 204.17 -
System Red Green Blue C M Y K H S L
Decimal 212 26 233 0.09 0.89 0 0.09 293.91 0.82 0.51
Hex D4 1A E9 9 59 0 9 126 52 33
Octal 324 32 351 11 131 0 11 446 122 63
Binary 11010100 11010 11101001 1001 1011001 0 1001 100100110 1010010 110011

Color Harmonies of #D41AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41AE9

Black with #D41AE9

Text Example


Text Example

White with #D41AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41AE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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