Html Css Color HEX #D41EFF Psychedelic Purple

📋 copy color: '#D41EFF'

red 212 ◦ green 30 ◦ blue 255

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

Shades of Psychedelic Purple #D41EFF

Tints of Psychedelic Purple #D41EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.04%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 42.66%
G = 6.04%
B = 51.31%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D41EFF (or 0xD41EFF) is known color: Psychedelic Purple. HEX triplet: D4, 1E and FF. RGB value is (212,30,255). Sum of RGB (Red+Green+Blue) = 212+30+255=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 30 (12.11% from 255 or 6.04% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #D41EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41EFF is #2BE100. Grayscale: #6D6D6D. Windows color (decimal): -2875649 or 16719572. OLE color: 16719572.

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

Color convert

RGB 212 30 255 -
CMYK 0.17 0.88 0 0
HSL 288.53º 1% 0.56% -
HSV(B) 288.53º 0.88% 1% -
XYZ 45.67 22.15 96.48 -
YUV 110.07 209.8 200.7 -
System Red Green Blue C M Y K H S L
Decimal 212 30 255 0.17 0.88 0 0 288.53 1 0.56
Hex D4 1E FF 11 58 0 0 121 64 38
Octal 324 36 377 21 130 0 0 441 144 70
Binary 11010100 11110 11111111 10001 1011000 0 0 100100001 1100100 111000

Color Harmonies of #D41EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EFF

Black with #D41EFF

Text Example


Text Example

White with #D41EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EFF; }

 p { color: rgb(212,30,255); }

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

background-color css

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

 a { background-color: rgb(212,30,255); }

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

border-color css

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

 span { border-color: rgb(212,30,255); }

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