Html Css Color HEX #D504EB Psychedelic Purple

📋 copy color: '#D504EB'

red 213 ◦ green 4 ◦ blue 235

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

Shades of Psychedelic Purple #D504EB

Tints of Psychedelic Purple #D504EB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.88%

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

R = 47.12%
G = 0.88%
B = 51.99%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D504EB (or 0xD504EB) is known color: Psychedelic Purple. HEX triplet: D5, 04 and EB. RGB value is (213,4,235). Sum of RGB (Red+Green+Blue) = 213+4+235=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 4 (1.95% from 255 or 0.88% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #D504EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D504EB is #2AFB14. Grayscale: #5C5C5C. Windows color (decimal): -2816789 or 15402197. OLE color: 15402197.

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

Color convert

RGB 213 4 235 -
CMYK 0.09 0.98 0 0.08
HSL 294.29º 0.97% 0.47% -
HSV(B) 294.29º 0.98% 0.92% -
XYZ 42.48 20.23 80.26 -
YUV 92.83 208.24 213.72 -
System Red Green Blue C M Y K H S L
Decimal 213 4 235 0.09 0.98 0 0.08 294.29 0.97 0.47
Hex D5 4 EB 9 62 0 8 126 61 2F
Octal 325 4 353 11 142 0 10 446 141 57
Binary 11010101 100 11101011 1001 1100010 0 1000 100100110 1100001 101111

Color Harmonies of #D504EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504EB

Black with #D504EB

Text Example


Text Example

White with #D504EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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