Html Css Color HEX #D423EA Psychedelic Purple

📋 copy color: '#D423EA'

red 212 ◦ green 35 ◦ blue 234

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

Shades of Psychedelic Purple #D423EA

Tints of Psychedelic Purple #D423EA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.28%

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 44.07%
G = 7.28%
B = 48.65%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D423EA (or 0xD423EA) is known color: Psychedelic Purple. HEX triplet: D4, 23 and EA. RGB value is (212,35,234). Sum of RGB (Red+Green+Blue) = 212+35+234=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 35 (14.06% from 255 or 7.28% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #D423EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D423EA is #2BDC15. Grayscale: #6D6D6D. Windows color (decimal): -2874390 or 15344596. OLE color: 15344596.

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

Color convert

RGB 212 35 234 -
CMYK 0.09 0.85 0 0.08
HSL 293.37º 0.83% 0.53% -
HSV(B) 293.37º 0.85% 0.92% -
XYZ 42.6 21.14 79.68 -
YUV 110.61 197.64 200.32 -
System Red Green Blue C M Y K H S L
Decimal 212 35 234 0.09 0.85 0 0.08 293.37 0.83 0.53
Hex D4 23 EA 9 55 0 8 125 53 35
Octal 324 43 352 11 125 0 10 445 123 65
Binary 11010100 100011 11101010 1001 1010101 0 1000 100100101 1010011 110101

Color Harmonies of #D423EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D423EA

Black with #D423EA

Text Example


Text Example

White with #D423EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D423EA; }

 p { color: rgb(212,35,234); }

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

background-color css

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

 a { background-color: rgb(212,35,234); }

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

border-color css

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

 span { border-color: rgb(212,35,234); }

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