Html Css Color HEX #D516EC Psychedelic Purple

📋 copy color: '#D516EC'

red 213 ◦ green 22 ◦ blue 236

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

Shades of Psychedelic Purple #D516EC

Tints of Psychedelic Purple #D516EC

RGB

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

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

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

R = 45.22%
G = 4.67%
B = 50.11%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D516EC (or 0xD516EC) is known color: Psychedelic Purple. HEX triplet: D5, 16 and EC. RGB value is (213,22,236). Sum of RGB (Red+Green+Blue) = 213+22+236=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #D516EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516EC is #2AE913. Grayscale: #666666. Windows color (decimal): -2812180 or 15472341. OLE color: 15472341.

HSL color Cylindrical-coordinate representation of color #D516EC: hue angle of 293.55º degrees, saturation: 0.85, 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 #D516EC is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 22 236 -
CMYK 0.10 0.91 0 0.07
HSL 293.55º 0.85% 0.51% -
HSV(B) 293.55º 0.91% 0.93% -
XYZ 42.87 20.78 81.11 -
YUV 103.51 202.78 206.1 -
System Red Green Blue C M Y K H S L
Decimal 213 22 236 0.10 0.91 0 0.07 293.55 0.85 0.51
Hex D5 16 EC A 5B 0 7 126 55 33
Octal 325 26 354 12 133 0 7 446 125 63
Binary 11010101 10110 11101100 1010 1011011 0 111 100100110 1010101 110011

Color Harmonies of #D516EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516EC

Black with #D516EC

Text Example


Text Example

White with #D516EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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