Html Css Color HEX #D413EC Psychedelic Purple

📋 copy color: '#D413EC'

red 212 ◦ green 19 ◦ blue 236

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

Shades of Psychedelic Purple #D413EC

Tints of Psychedelic Purple #D413EC

RGB

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

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

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

R = 45.4%
G = 4.07%
B = 50.54%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D413EC (or 0xD413EC) is known color: Psychedelic Purple. HEX triplet: D4, 13 and EC. RGB value is (212,19,236). Sum of RGB (Red+Green+Blue) = 212+19+236=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #D413EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D413EC is #2BEC13. Grayscale: #646464. Windows color (decimal): -2878484 or 15471572. OLE color: 15471572.

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

Color convert

RGB 212 19 236 -
CMYK 0.10 0.92 0 0.07
HSL 293.36º 0.85% 0.5% -
HSV(B) 293.36º 0.92% 0.93% -
XYZ 42.52 20.52 81.08 -
YUV 101.45 203.94 206.86 -
System Red Green Blue C M Y K H S L
Decimal 212 19 236 0.10 0.92 0 0.07 293.36 0.85 0.5
Hex D4 13 EC A 5C 0 7 125 55 32
Octal 324 23 354 12 134 0 7 445 125 62
Binary 11010100 10011 11101100 1010 1011100 0 111 100100101 1010101 110010

Color Harmonies of #D413EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D413EC

Black with #D413EC

Text Example


Text Example

White with #D413EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D413EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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