Html Css Color HEX #D421EB Psychedelic Purple

📋 copy color: '#D421EB'

red 212 ◦ green 33 ◦ blue 235

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

Shades of Psychedelic Purple #D421EB

Tints of Psychedelic Purple #D421EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 44.17%
G = 6.88%
B = 48.96%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D421EB (or 0xD421EB) is known color: Psychedelic Purple. HEX triplet: D4, 21 and EB. RGB value is (212,33,235). Sum of RGB (Red+Green+Blue) = 212+33+235=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #D421EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D421EB is #2BDE14. Grayscale: #6C6C6C. Windows color (decimal): -2874901 or 15409620. OLE color: 15409620.

HSL color Cylindrical-coordinate representation of color #D421EB: hue angle of 293.17º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D421EB is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 33 235 -
CMYK 0.10 0.86 0 0.08
HSL 293.17º 0.83% 0.53% -
HSV(B) 293.17º 0.86% 0.92% -
XYZ 42.69 21.08 80.42 -
YUV 109.55 198.8 201.07 -
System Red Green Blue C M Y K H S L
Decimal 212 33 235 0.10 0.86 0 0.08 293.17 0.83 0.53
Hex D4 21 EB A 56 0 8 125 53 35
Octal 324 41 353 12 126 0 10 445 123 65
Binary 11010100 100001 11101011 1010 1010110 0 1000 100100101 1010011 110101

Color Harmonies of #D421EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D421EB

Black with #D421EB

Text Example


Text Example

White with #D421EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D421EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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