Html Css Color HEX #D414EA Psychedelic Purple

📋 copy color: '#D414EA'

red 212 ◦ green 20 ◦ blue 234

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

Shades of Psychedelic Purple #D414EA

Tints of Psychedelic Purple #D414EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.29%

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

R = 45.49%
G = 4.29%
B = 50.21%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D414EA (or 0xD414EA) is known color: Psychedelic Purple. HEX triplet: D4, 14 and EA. RGB value is (212,20,234). Sum of RGB (Red+Green+Blue) = 212+20+234=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #D414EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D414EA is #2BEB15. Grayscale: #656565. Windows color (decimal): -2878230 or 15340756. OLE color: 15340756.

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

Color convert

RGB 212 20 234 -
CMYK 0.09 0.91 0 0.08
HSL 293.83º 0.84% 0.5% -
HSV(B) 293.83º 0.91% 0.92% -
XYZ 42.25 20.44 79.56 -
YUV 101.8 202.61 206.6 -
System Red Green Blue C M Y K H S L
Decimal 212 20 234 0.09 0.91 0 0.08 293.83 0.84 0.5
Hex D4 14 EA 9 5B 0 8 126 54 32
Octal 324 24 352 11 133 0 10 446 124 62
Binary 11010100 10100 11101010 1001 1011011 0 1000 100100110 1010100 110010

Color Harmonies of #D414EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414EA

Black with #D414EA

Text Example


Text Example

White with #D414EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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