Html Css Color HEX #D421EC Psychedelic Purple

📋 copy color: '#D421EC'

red 212 ◦ green 33 ◦ blue 236

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

Shades of Psychedelic Purple #D421EC

Tints of Psychedelic Purple #D421EC

RGB

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

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

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

R = 44.07%
G = 6.86%
B = 49.06%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D421EC (or 0xD421EC) is known color: Psychedelic Purple. HEX triplet: D4, 21 and EC. RGB value is (212,33,236). Sum of RGB (Red+Green+Blue) = 212+33+236=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #D421EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D421EC is #2BDE13. Grayscale: #6D6D6D. Windows color (decimal): -2874900 or 15475156. OLE color: 15475156.

HSL color Cylindrical-coordinate representation of color #D421EC: hue angle of 292.91º degrees, saturation: 0.84, 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 #D421EC is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 33 236 -
CMYK 0.10 0.86 0 0.07
HSL 292.91º 0.84% 0.53% -
HSV(B) 292.91º 0.86% 0.93% -
XYZ 42.84 21.14 81.18 -
YUV 109.66 199.3 200.99 -
System Red Green Blue C M Y K H S L
Decimal 212 33 236 0.10 0.86 0 0.07 292.91 0.84 0.53
Hex D4 21 EC A 56 0 7 125 54 35
Octal 324 41 354 12 126 0 7 445 124 65
Binary 11010100 100001 11101100 1010 1010110 0 111 100100101 1010100 110101

Color Harmonies of #D421EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D421EC

Black with #D421EC

Text Example


Text Example

White with #D421EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D421EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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