Html Css Color HEX #D520EB Psychedelic Purple

📋 copy color: '#D520EB'

red 213 ◦ green 32 ◦ blue 235

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

Shades of Psychedelic Purple #D520EB

Tints of Psychedelic Purple #D520EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.67%

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 44.38%
G = 6.67%
B = 48.96%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D520EB (or 0xD520EB) is known color: Psychedelic Purple. HEX triplet: D5, 20 and EB. RGB value is (213,32,235). Sum of RGB (Red+Green+Blue) = 213+32+235=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #D520EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520EB is #2ADF14. Grayscale: #6C6C6C. Windows color (decimal): -2809621 or 15409365. OLE color: 15409365.

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

Color convert

RGB 213 32 235 -
CMYK 0.09 0.86 0 0.08
HSL 293.5º 0.84% 0.52% -
HSV(B) 293.5º 0.86% 0.92% -
XYZ 42.95 21.18 80.42 -
YUV 109.26 198.97 201.99 -
System Red Green Blue C M Y K H S L
Decimal 213 32 235 0.09 0.86 0 0.08 293.5 0.84 0.52
Hex D5 20 EB 9 56 0 8 125 54 34
Octal 325 40 353 11 126 0 10 445 124 64
Binary 11010101 100000 11101011 1001 1010110 0 1000 100100101 1010100 110100

Color Harmonies of #D520EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520EB

Black with #D520EB

Text Example


Text Example

White with #D520EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520EB; }

 p { color: rgb(213,32,235); }

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

background-color css

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

 a { background-color: rgb(213,32,235); }

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

border-color css

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

 span { border-color: rgb(213,32,235); }

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