Html Css Color HEX #D516EA Psychedelic Purple

📋 copy color: '#D516EA'

red 213 ◦ green 22 ◦ blue 234

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

Shades of Psychedelic Purple #D516EA

Tints of Psychedelic Purple #D516EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 45.42%
G = 4.69%
B = 49.89%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D516EA (or 0xD516EA) is known color: Psychedelic Purple. HEX triplet: D5, 16 and EA. RGB value is (213,22,234). Sum of RGB (Red+Green+Blue) = 213+22+234=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #D516EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516EA is #2AE915. Grayscale: #666666. Windows color (decimal): -2812182 or 15341269. OLE color: 15341269.

HSL color Cylindrical-coordinate representation of color #D516EA: hue angle of 294.06º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D516EA is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 22 234 -
CMYK 0.09 0.91 0 0.08
HSL 294.06º 0.83% 0.5% -
HSV(B) 294.06º 0.91% 0.92% -
XYZ 42.58 20.66 79.59 -
YUV 103.28 201.78 206.26 -
System Red Green Blue C M Y K H S L
Decimal 213 22 234 0.09 0.91 0 0.08 294.06 0.83 0.5
Hex D5 16 EA 9 5B 0 8 126 53 32
Octal 325 26 352 11 133 0 10 446 123 62
Binary 11010101 10110 11101010 1001 1011011 0 1000 100100110 1010011 110010

Color Harmonies of #D516EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516EA

Black with #D516EA

Text Example


Text Example

White with #D516EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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