Html Css Color HEX #D416EE Psychedelic Purple

📋 copy color: '#D416EE'

red 212 ◦ green 22 ◦ blue 238

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

Shades of Psychedelic Purple #D416EE

Tints of Psychedelic Purple #D416EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.66%

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

R = 44.92%
G = 4.66%
B = 50.42%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D416EE (or 0xD416EE) is known color: Psychedelic Purple. HEX triplet: D4, 16 and EE. RGB value is (212,22,238). Sum of RGB (Red+Green+Blue) = 212+22+238=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 22 (8.98% from 255 or 4.66% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #D416EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D416EE is #2BE911. Grayscale: #666666. Windows color (decimal): -2877714 or 15603412. OLE color: 15603412.

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

Color convert

RGB 212 22 238 -
CMYK 0.11 0.91 0 0.07
HSL 292.78º 0.86% 0.51% -
HSV(B) 292.78º 0.91% 0.93% -
XYZ 42.87 20.74 82.63 -
YUV 103.43 203.95 205.44 -
System Red Green Blue C M Y K H S L
Decimal 212 22 238 0.11 0.91 0 0.07 292.78 0.86 0.51
Hex D4 16 EE B 5B 0 7 125 56 33
Octal 324 26 356 13 133 0 7 445 126 63
Binary 11010100 10110 11101110 1011 1011011 0 111 100100101 1010110 110011

Color Harmonies of #D416EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D416EE

Black with #D416EE

Text Example


Text Example

White with #D416EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D416EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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