Html Css Color HEX #D50DFE Psychedelic Purple

📋 copy color: '#D50DFE'

red 213 ◦ green 13 ◦ blue 254

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

Shades of Psychedelic Purple #D50DFE

Tints of Psychedelic Purple #D50DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 44.38%
G = 2.71%
B = 52.92%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D50DFE (or 0xD50DFE) is known color: Psychedelic Purple. HEX triplet: D5, 0D and FE. RGB value is (213,13,254). Sum of RGB (Red+Green+Blue) = 213+13+254=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 13 (5.47% from 255 or 2.71% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #D50DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50DFE is #2AF201. Grayscale: #636363. Windows color (decimal): -2814466 or 16649685. OLE color: 16649685.

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

Color convert

RGB 213 13 254 -
CMYK 0.16 0.95 0 0.00
HSL 289.79º 0.99% 0.52% -
HSV(B) 289.79º 0.95% 1% -
XYZ 45.47 21.59 95.54 -
YUV 100.27 214.76 208.4 -
System Red Green Blue C M Y K H S L
Decimal 213 13 254 0.16 0.95 0 0.00 289.79 0.99 0.52
Hex D5 D FE 10 5F 0 0 122 63 34
Octal 325 15 376 20 137 0 0 442 143 64
Binary 11010101 1101 11111110 10000 1011111 0 0 100100010 1100011 110100

Color Harmonies of #D50DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DFE

Black with #D50DFE

Text Example


Text Example

White with #D50DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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