Html Css Color HEX #D50DEE Psychedelic Purple

📋 copy color: '#D50DEE'

red 213 ◦ green 13 ◦ blue 238

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

Shades of Psychedelic Purple #D50DEE

Tints of Psychedelic Purple #D50DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 45.91%
G = 2.8%
B = 51.29%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D50DEE (or 0xD50DEE) is known color: Psychedelic Purple. HEX triplet: D5, 0D and EE. RGB value is (213,13,238). Sum of RGB (Red+Green+Blue) = 213+13+238=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #D50DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50DEE is #2AF211. Grayscale: #616161. Windows color (decimal): -2814482 or 15601109. OLE color: 15601109.

HSL color Cylindrical-coordinate representation of color #D50DEE: hue angle of 293.33º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50DEE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 13 238 -
CMYK 0.11 0.95 0 0.07
HSL 293.33º 0.9% 0.49% -
HSV(B) 293.33º 0.95% 0.93% -
XYZ 43.02 20.61 82.6 -
YUV 98.45 206.76 209.7 -
System Red Green Blue C M Y K H S L
Decimal 213 13 238 0.11 0.95 0 0.07 293.33 0.9 0.49
Hex D5 D EE B 5F 0 7 125 5A 31
Octal 325 15 356 13 137 0 7 445 132 61
Binary 11010101 1101 11101110 1011 1011111 0 111 100100101 1011010 110001

Color Harmonies of #D50DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DEE

Black with #D50DEE

Text Example


Text Example

White with #D50DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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