Html Css Color HEX #D424ED Psychedelic Purple

📋 copy color: '#D424ED'

red 212 ◦ green 36 ◦ blue 237

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

Shades of Psychedelic Purple #D424ED

Tints of Psychedelic Purple #D424ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 43.71%
G = 7.42%
B = 48.87%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D424ED (or 0xD424ED) is known color: Psychedelic Purple. HEX triplet: D4, 24 and ED. RGB value is (212,36,237). Sum of RGB (Red+Green+Blue) = 212+36+237=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #D424ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D424ED is #2BDB12. Grayscale: #6E6E6E. Windows color (decimal): -2874131 or 15541460. OLE color: 15541460.

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

Color convert

RGB 212 36 237 -
CMYK 0.11 0.85 0 0.07
HSL 292.54º 0.85% 0.54% -
HSV(B) 292.54º 0.85% 0.93% -
XYZ 43.07 21.37 81.98 -
YUV 111.54 198.81 199.66 -
System Red Green Blue C M Y K H S L
Decimal 212 36 237 0.11 0.85 0 0.07 292.54 0.85 0.54
Hex D4 24 ED B 55 0 7 125 55 36
Octal 324 44 355 13 125 0 7 445 125 66
Binary 11010100 100100 11101101 1011 1010101 0 111 100100101 1010101 110110

Color Harmonies of #D424ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424ED

Black with #D424ED

Text Example


Text Example

White with #D424ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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