Html Css Color HEX #D424EA Psychedelic Purple

📋 copy color: '#D424EA'

red 212 ◦ green 36 ◦ blue 234

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

Shades of Psychedelic Purple #D424EA

Tints of Psychedelic Purple #D424EA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.47%

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

R = 43.98%
G = 7.47%
B = 48.55%

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

#D424EA (or 0xD424EA) is known color: Psychedelic Purple. HEX triplet: D4, 24 and EA. RGB value is (212,36,234). Sum of RGB (Red+Green+Blue) = 212+36+234=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #D424EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D424EA is #2BDB15. Grayscale: #6E6E6E. Windows color (decimal): -2874134 or 15344852. OLE color: 15344852.

HSL color Cylindrical-coordinate representation of color #D424EA: hue angle of 293.33º degrees, saturation: 0.82, 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 #D424EA is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 36 234 -
CMYK 0.09 0.85 0 0.08
HSL 293.33º 0.83% 0.53% -
HSV(B) 293.33º 0.85% 0.92% -
XYZ 42.63 21.2 79.69 -
YUV 111.2 197.31 199.9 -
System Red Green Blue C M Y K H S L
Decimal 212 36 234 0.09 0.85 0 0.08 293.33 0.83 0.53
Hex D4 24 EA 9 55 0 8 125 52 35
Octal 324 44 352 11 125 0 10 445 122 65
Binary 11010100 100100 11101010 1001 1010101 0 1000 100100101 1010010 110101

Color Harmonies of #D424EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424EA

Black with #D424EA

Text Example


Text Example

White with #D424EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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