Html Css Color HEX #D416EF Psychedelic Purple

📋 copy color: '#D416EF'

red 212 ◦ green 22 ◦ blue 239

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

Shades of Psychedelic Purple #D416EF

Tints of Psychedelic Purple #D416EF

RGB

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

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

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

R = 44.82%
G = 4.65%
B = 50.53%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D416EF (or 0xD416EF) is known color: Psychedelic Purple. HEX triplet: D4, 16 and EF. RGB value is (212,22,239). Sum of RGB (Red+Green+Blue) = 212+22+239=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #D416EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D416EF is #2BE910. Grayscale: #666666. Windows color (decimal): -2877713 or 15668948. OLE color: 15668948.

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

Color convert

RGB 212 22 239 -
CMYK 0.11 0.91 0 0.06
HSL 292.53º 0.87% 0.51% -
HSV(B) 292.53º 0.91% 0.94% -
XYZ 43.02 20.8 83.41 -
YUV 103.55 204.45 205.36 -
System Red Green Blue C M Y K H S L
Decimal 212 22 239 0.11 0.91 0 0.06 292.53 0.87 0.51
Hex D4 16 EF B 5B 0 6 125 57 33
Octal 324 26 357 13 133 0 6 445 127 63
Binary 11010100 10110 11101111 1011 1011011 0 110 100100101 1010111 110011

Color Harmonies of #D416EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D416EF

Black with #D416EF

Text Example


Text Example

White with #D416EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D416EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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