Html Css Color HEX #D41EFD Psychedelic Purple

📋 copy color: '#D41EFD'

red 212 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #D41EFD

Tints of Psychedelic Purple #D41EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 42.83%
G = 6.06%
B = 51.11%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D41EFD (or 0xD41EFD) is known color: Psychedelic Purple. HEX triplet: D4, 1E and FD. RGB value is (212,30,253). Sum of RGB (Red+Green+Blue) = 212+30+253=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #D41EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41EFD is #2BE102. Grayscale: #6D6D6D. Windows color (decimal): -2875651 or 16588500. OLE color: 16588500.

HSL color Cylindrical-coordinate representation of color #D41EFD: hue angle of 288.97º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41EFD is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 30 253 -
CMYK 0.16 0.88 0 0.01
HSL 288.97º 0.98% 0.55% -
HSV(B) 288.97º 0.88% 0.99% -
XYZ 45.35 22.02 94.79 -
YUV 109.84 208.8 200.87 -
System Red Green Blue C M Y K H S L
Decimal 212 30 253 0.16 0.88 0 0.01 288.97 0.98 0.55
Hex D4 1E FD 10 58 0 1 121 62 37
Octal 324 36 375 20 130 0 1 441 142 67
Binary 11010100 11110 11111101 10000 1011000 0 1 100100001 1100010 110111

Color Harmonies of #D41EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41EFD

Black with #D41EFD

Text Example


Text Example

White with #D41EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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