Html Css Color HEX #D413EF Psychedelic Purple

📋 copy color: '#D413EF'

red 212 ◦ green 19 ◦ blue 239

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

Shades of Psychedelic Purple #D413EF

Tints of Psychedelic Purple #D413EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.04%

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 45.11%
G = 4.04%
B = 50.85%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D413EF (or 0xD413EF) is known color: Psychedelic Purple. HEX triplet: D4, 13 and EF. RGB value is (212,19,239). Sum of RGB (Red+Green+Blue) = 212+19+239=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #D413EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D413EF is #2BEC10. Grayscale: #656565. Windows color (decimal): -2878481 or 15668180. OLE color: 15668180.

HSL color Cylindrical-coordinate representation of color #D413EF: hue angle of 292.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D413EF is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 19 239 -
CMYK 0.11 0.92 0 0.06
HSL 292.64º 0.87% 0.51% -
HSV(B) 292.64º 0.92% 0.94% -
XYZ 42.96 20.69 83.39 -
YUV 101.79 205.44 206.61 -
System Red Green Blue C M Y K H S L
Decimal 212 19 239 0.11 0.92 0 0.06 292.64 0.87 0.51
Hex D4 13 EF B 5C 0 6 125 57 33
Octal 324 23 357 13 134 0 6 445 127 63
Binary 11010100 10011 11101111 1011 1011100 0 110 100100101 1010111 110011

Color Harmonies of #D413EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D413EF

Black with #D413EF

Text Example


Text Example

White with #D413EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D413EF; }

 p { color: rgb(212,19,239); }

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

background-color css

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

 a { background-color: rgb(212,19,239); }

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

border-color css

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

 span { border-color: rgb(212,19,239); }

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