Html Css Color HEX #D50EFF Psychedelic Purple

📋 copy color: '#D50EFF'

red 213 ◦ green 14 ◦ blue 255

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

Shades of Psychedelic Purple #D50EFF

Tints of Psychedelic Purple #D50EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.9%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 44.19%
G = 2.9%
B = 52.9%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D50EFF (or 0xD50EFF) is known color: Psychedelic Purple. HEX triplet: D5, 0E and FF. RGB value is (213,14,255). Sum of RGB (Red+Green+Blue) = 213+14+255=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 14 (5.86% from 255 or 2.90% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #D50EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50EFF is #2AF100. Grayscale: #646464. Windows color (decimal): -2814209 or 16715477. OLE color: 16715477.

HSL color Cylindrical-coordinate representation of color #D50EFF: hue angle of 289.54º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50EFF is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 14 255 -
CMYK 0.16 0.95 0 0
HSL 289.54º 1% 0.53% -
HSV(B) 289.54º 0.95% 1% -
XYZ 45.65 21.68 96.39 -
YUV 100.98 214.93 207.9 -
System Red Green Blue C M Y K H S L
Decimal 213 14 255 0.16 0.95 0 0 289.54 1 0.53
Hex D5 E FF 10 5F 0 0 122 64 35
Octal 325 16 377 20 137 0 0 442 144 65
Binary 11010101 1110 11111111 10000 1011111 0 0 100100010 1100100 110101

Color Harmonies of #D50EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50EFF

Black with #D50EFF

Text Example


Text Example

White with #D50EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50EFF; }

 p { color: rgb(213,14,255); }

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

background-color css

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

 a { background-color: rgb(213,14,255); }

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

border-color css

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

 span { border-color: rgb(213,14,255); }

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