Html Css Color HEX #D411ED Psychedelic Purple

📋 copy color: '#D411ED'

red 212 ◦ green 17 ◦ blue 237

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

Shades of Psychedelic Purple #D411ED

Tints of Psychedelic Purple #D411ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.65%

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 45.49%
G = 3.65%
B = 50.86%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D411ED (or 0xD411ED) is known color: Psychedelic Purple. HEX triplet: D4, 11 and ED. RGB value is (212,17,237). Sum of RGB (Red+Green+Blue) = 212+17+237=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #D411ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D411ED is #2BEE12. Grayscale: #636363. Windows color (decimal): -2878995 or 15536596. OLE color: 15536596.

HSL color Cylindrical-coordinate representation of color #D411ED: hue angle of 293.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D411ED is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 17 237 -
CMYK 0.11 0.93 0 0.07
HSL 293.18º 0.87% 0.5% -
HSV(B) 293.18º 0.93% 0.93% -
XYZ 42.64 20.51 81.83 -
YUV 100.39 205.1 207.61 -
System Red Green Blue C M Y K H S L
Decimal 212 17 237 0.11 0.93 0 0.07 293.18 0.87 0.5
Hex D4 11 ED B 5D 0 7 125 57 32
Octal 324 21 355 13 135 0 7 445 127 62
Binary 11010100 10001 11101101 1011 1011101 0 111 100100101 1010111 110010

Color Harmonies of #D411ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D411ED

Black with #D411ED

Text Example


Text Example

White with #D411ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D411ED; }

 p { color: rgb(212,17,237); }

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

background-color css

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

 a { background-color: rgb(212,17,237); }

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

border-color css

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

 span { border-color: rgb(212,17,237); }

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