Html Css Color HEX #D41DEC Psychedelic Purple

📋 copy color: '#D41DEC'

red 212 ◦ green 29 ◦ blue 236

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

Shades of Psychedelic Purple #D41DEC

Tints of Psychedelic Purple #D41DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.08%

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 44.44%
G = 6.08%
B = 49.48%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D41DEC (or 0xD41DEC) is known color: Psychedelic Purple. HEX triplet: D4, 1D and EC. RGB value is (212,29,236). Sum of RGB (Red+Green+Blue) = 212+29+236=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #D41DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41DEC is #2BE213. Grayscale: #6A6A6A. Windows color (decimal): -2875924 or 15474132. OLE color: 15474132.

HSL color Cylindrical-coordinate representation of color #D41DEC: hue angle of 293.04º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41DEC is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 29 236 -
CMYK 0.10 0.88 0 0.07
HSL 293.04º 0.84% 0.52% -
HSV(B) 293.04º 0.88% 0.93% -
XYZ 42.73 20.93 81.14 -
YUV 107.32 200.63 202.67 -
System Red Green Blue C M Y K H S L
Decimal 212 29 236 0.10 0.88 0 0.07 293.04 0.84 0.52
Hex D4 1D EC A 58 0 7 125 54 34
Octal 324 35 354 12 130 0 7 445 124 64
Binary 11010100 11101 11101100 1010 1011000 0 111 100100101 1010100 110100

Color Harmonies of #D41DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41DEC

Black with #D41DEC

Text Example


Text Example

White with #D41DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41DEC; }

 p { color: rgb(212,29,236); }

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

background-color css

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

 a { background-color: rgb(212,29,236); }

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

border-color css

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

 span { border-color: rgb(212,29,236); }

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