Html Css Color HEX #D301EA Psychedelic Purple

📋 copy color: '#D301EA'

red 211 ◦ green 1 ◦ blue 234

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

Shades of Psychedelic Purple #D301EA

Tints of Psychedelic Purple #D301EA

RGB

 RED value IS 211 (82.81% from 255) = 47.31%

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 47.31%
G = 0.22%
B = 52.47%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D301EA (or 0xD301EA) is known color: Psychedelic Purple. HEX triplet: D3, 01 and EA. RGB value is (211,1,234). Sum of RGB (Red+Green+Blue) = 211+1+234=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #D301EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D301EA is #2CFE15. Grayscale: #595959. Windows color (decimal): -2948630 or 15335891. OLE color: 15335891.

HSL color Cylindrical-coordinate representation of color #D301EA: hue angle of 294.08º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D301EA is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 1 234 -
CMYK 0.10 1.00 0 0.08
HSL 294.08º 0.99% 0.46% -
HSV(B) 294.08º 1% 0.92% -
XYZ 41.73 19.81 79.47 -
YUV 90.35 209.07 214.05 -
System Red Green Blue C M Y K H S L
Decimal 211 1 234 0.10 1.00 0 0.08 294.08 0.99 0.46
Hex D3 1 EA A 64 0 8 126 63 2E
Octal 323 1 352 12 144 0 10 446 143 56
Binary 11010011 1 11101010 1010 1100100 0 1000 100100110 1100011 101110

Color Harmonies of #D301EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D301EA

Black with #D301EA

Text Example


Text Example

White with #D301EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D301EA; }

 p { color: rgb(211,1,234); }

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

background-color css

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

 a { background-color: rgb(211,1,234); }

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

border-color css

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

 span { border-color: rgb(211,1,234); }

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