Html Css Color HEX #D516ED Psychedelic Purple

📋 copy color: '#D516ED'

red 213 ◦ green 22 ◦ blue 237

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

Shades of Psychedelic Purple #D516ED

Tints of Psychedelic Purple #D516ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 45.13%
G = 4.66%
B = 50.21%

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

#D516ED (or 0xD516ED) is known color: Psychedelic Purple. HEX triplet: D5, 16 and ED. RGB value is (213,22,237). Sum of RGB (Red+Green+Blue) = 213+22+237=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 22 (8.98% from 255 or 4.66% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #D516ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516ED is #2AE912. Grayscale: #666666. Windows color (decimal): -2812179 or 15537877. OLE color: 15537877.

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

Color convert

RGB 213 22 237 -
CMYK 0.10 0.91 0 0.07
HSL 293.3º 0.86% 0.51% -
HSV(B) 293.3º 0.91% 0.93% -
XYZ 43.01 20.83 81.88 -
YUV 103.62 203.28 206.02 -
System Red Green Blue C M Y K H S L
Decimal 213 22 237 0.10 0.91 0 0.07 293.3 0.86 0.51
Hex D5 16 ED A 5B 0 7 125 56 33
Octal 325 26 355 12 133 0 7 445 126 63
Binary 11010101 10110 11101101 1010 1011011 0 111 100100101 1010110 110011

Color Harmonies of #D516ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516ED

Black with #D516ED

Text Example


Text Example

White with #D516ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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