Html Css Color HEX #D421ED Psychedelic Purple

📋 copy color: '#D421ED'

red 212 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #D421ED

Tints of Psychedelic Purple #D421ED

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.85%

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

R = 43.98%
G = 6.85%
B = 49.17%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D421ED (or 0xD421ED) is known color: Psychedelic Purple. HEX triplet: D4, 21 and ED. RGB value is (212,33,237). Sum of RGB (Red+Green+Blue) = 212+33+237=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #D421ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D421ED is #2BDE12. Grayscale: #6D6D6D. Windows color (decimal): -2874899 or 15540692. OLE color: 15540692.

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

Color convert

RGB 212 33 237 -
CMYK 0.11 0.86 0 0.07
HSL 292.65º 0.85% 0.53% -
HSV(B) 292.65º 0.86% 0.93% -
XYZ 42.98 21.2 81.95 -
YUV 109.78 199.8 200.91 -
System Red Green Blue C M Y K H S L
Decimal 212 33 237 0.11 0.86 0 0.07 292.65 0.85 0.53
Hex D4 21 ED B 56 0 7 125 55 35
Octal 324 41 355 13 126 0 7 445 125 65
Binary 11010100 100001 11101101 1011 1010110 0 111 100100101 1010101 110101

Color Harmonies of #D421ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D421ED

Black with #D421ED

Text Example


Text Example

White with #D421ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D421ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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