Html Css Color HEX #D50DEB Psychedelic Purple

📋 copy color: '#D50DEB'

red 213 ◦ green 13 ◦ blue 235

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

Shades of Psychedelic Purple #D50DEB

Tints of Psychedelic Purple #D50DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.82%

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

R = 46.2%
G = 2.82%
B = 50.98%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D50DEB (or 0xD50DEB) is known color: Psychedelic Purple. HEX triplet: D5, 0D and EB. RGB value is (213,13,235). Sum of RGB (Red+Green+Blue) = 213+13+235=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #D50DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50DEB is #2AF214. Grayscale: #616161. Windows color (decimal): -2814485 or 15404501. OLE color: 15404501.

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

Color convert

RGB 213 13 235 -
CMYK 0.09 0.94 0 0.08
HSL 294.05º 0.9% 0.49% -
HSV(B) 294.05º 0.94% 0.92% -
XYZ 42.58 20.43 80.3 -
YUV 98.11 205.26 209.95 -
System Red Green Blue C M Y K H S L
Decimal 213 13 235 0.09 0.94 0 0.08 294.05 0.9 0.49
Hex D5 D EB 9 5E 0 8 126 5A 31
Octal 325 15 353 11 136 0 10 446 132 61
Binary 11010101 1101 11101011 1001 1011110 0 1000 100100110 1011010 110001

Color Harmonies of #D50DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DEB

Black with #D50DEB

Text Example


Text Example

White with #D50DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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