Html Css Color HEX #D424EC Psychedelic Purple

📋 copy color: '#D424EC'

red 212 ◦ green 36 ◦ blue 236

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

Shades of Psychedelic Purple #D424EC

Tints of Psychedelic Purple #D424EC

RGB

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

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

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

R = 43.8%
G = 7.44%
B = 48.76%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D424EC (or 0xD424EC) is known color: Psychedelic Purple. HEX triplet: D4, 24 and EC. RGB value is (212,36,236). Sum of RGB (Red+Green+Blue) = 212+36+236=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #D424EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D424EC is #2BDB13. Grayscale: #6E6E6E. Windows color (decimal): -2874132 or 15475924. OLE color: 15475924.

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

Color convert

RGB 212 36 236 -
CMYK 0.10 0.85 0 0.07
HSL 292.8º 0.84% 0.53% -
HSV(B) 292.8º 0.85% 0.93% -
XYZ 42.92 21.31 81.21 -
YUV 111.42 198.31 199.74 -
System Red Green Blue C M Y K H S L
Decimal 212 36 236 0.10 0.85 0 0.07 292.8 0.84 0.53
Hex D4 24 EC A 55 0 7 125 54 35
Octal 324 44 354 12 125 0 7 445 124 65
Binary 11010100 100100 11101100 1010 1010101 0 111 100100101 1010100 110101

Color Harmonies of #D424EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424EC

Black with #D424EC

Text Example


Text Example

White with #D424EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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