Html Css Color HEX #D424EE Psychedelic Purple

📋 copy color: '#D424EE'

red 212 ◦ green 36 ◦ blue 238

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

Shades of Psychedelic Purple #D424EE

Tints of Psychedelic Purple #D424EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 43.62%
G = 7.41%
B = 48.97%

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

#D424EE (or 0xD424EE) is known color: Psychedelic Purple. HEX triplet: D4, 24 and EE. RGB value is (212,36,238). Sum of RGB (Red+Green+Blue) = 212+36+238=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 36 (14.45% from 255 or 7.41% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #D424EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D424EE is #2BDB11. Grayscale: #6F6F6F. Windows color (decimal): -2874130 or 15606996. OLE color: 15606996.

HSL color Cylindrical-coordinate representation of color #D424EE: hue angle of 292.28º degrees, saturation: 0.86, 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 #D424EE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 36 238 -
CMYK 0.11 0.85 0 0.07
HSL 292.28º 0.86% 0.54% -
HSV(B) 292.28º 0.85% 0.93% -
XYZ 43.21 21.43 82.75 -
YUV 111.65 199.31 199.57 -
System Red Green Blue C M Y K H S L
Decimal 212 36 238 0.11 0.85 0 0.07 292.28 0.86 0.54
Hex D4 24 EE B 55 0 7 124 56 36
Octal 324 44 356 13 125 0 7 444 126 66
Binary 11010100 100100 11101110 1011 1010101 0 111 100100100 1010110 110110

Color Harmonies of #D424EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424EE

Black with #D424EE

Text Example


Text Example

White with #D424EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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