Html Css Color HEX #D01FED Psychedelic Purple

📋 copy color: '#D01FED'

red 208 ◦ green 31 ◦ blue 237

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

Shades of Psychedelic Purple #D01FED

Tints of Psychedelic Purple #D01FED

RGB

 RED value IS 208 (81.64% from 255) = 43.7%

 GREEN value IS 31 (12.5% from 255) = 6.51%

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 43.7%
G = 6.51%
B = 49.79%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D01FED (or 0xD01FED) is known color: Psychedelic Purple. HEX triplet: D0, 1F and ED. RGB value is (208,31,237). Sum of RGB (Red+Green+Blue) = 208+31+237=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #D01FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01FED is #2FE012. Grayscale: #6A6A6A. Windows color (decimal): -3137555 or 15540176. OLE color: 15540176.

HSL color Cylindrical-coordinate representation of color #D01FED: hue angle of 291.55º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01FED is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 31 237 -
CMYK 0.12 0.87 0 0.07
HSL 291.55º 0.85% 0.53% -
HSV(B) 291.55º 0.87% 0.93% -
XYZ 41.79 20.5 81.88 -
YUV 107.41 201.14 199.75 -
System Red Green Blue C M Y K H S L
Decimal 208 31 237 0.12 0.87 0 0.07 291.55 0.85 0.53
Hex D0 1F ED C 57 0 7 124 55 35
Octal 320 37 355 14 127 0 7 444 125 65
Binary 11010000 11111 11101101 1100 1010111 0 111 100100100 1010101 110101

Color Harmonies of #D01FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FED

Black with #D01FED

Text Example


Text Example

White with #D01FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FED; }

 p { color: rgb(208,31,237); }

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

background-color css

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

 a { background-color: rgb(208,31,237); }

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

border-color css

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

 span { border-color: rgb(208,31,237); }

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