Html Css Color HEX #D516EF Psychedelic Purple

📋 copy color: '#D516EF'

red 213 ◦ green 22 ◦ blue 239

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

Shades of Psychedelic Purple #D516EF

Tints of Psychedelic Purple #D516EF

RGB

 RED value IS 213 (83.59% from 255) = 44.94%

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

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

R = 44.94%
G = 4.64%
B = 50.42%

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

#D516EF (or 0xD516EF) is known color: Psychedelic Purple. HEX triplet: D5, 16 and EF. RGB value is (213,22,239). Sum of RGB (Red+Green+Blue) = 213+22+239=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #D516EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516EF is #2AE910. Grayscale: #676767. Windows color (decimal): -2812177 or 15668949. OLE color: 15668949.

HSL color Cylindrical-coordinate representation of color #D516EF: hue angle of 292.81º 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 #D516EF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 22 239 -
CMYK 0.11 0.91 0 0.06
HSL 292.81º 0.87% 0.51% -
HSV(B) 292.81º 0.91% 0.94% -
XYZ 43.31 20.95 83.42 -
YUV 103.85 204.28 205.86 -
System Red Green Blue C M Y K H S L
Decimal 213 22 239 0.11 0.91 0 0.06 292.81 0.87 0.51
Hex D5 16 EF B 5B 0 6 125 57 33
Octal 325 26 357 13 133 0 6 445 127 63
Binary 11010101 10110 11101111 1011 1011011 0 110 100100101 1010111 110011

Color Harmonies of #D516EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516EF

Black with #D516EF

Text Example


Text Example

White with #D516EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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