Html Css Color HEX #D01EFA Psychedelic Purple

📋 copy color: '#D01EFA'

red 208 ◦ green 30 ◦ blue 250

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

Shades of Psychedelic Purple #D01EFA

Tints of Psychedelic Purple #D01EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.15%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 42.62%
G = 6.15%
B = 51.23%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D01EFA (or 0xD01EFA) is known color: Psychedelic Purple. HEX triplet: D0, 1E and FA. RGB value is (208,30,250). Sum of RGB (Red+Green+Blue) = 208+30+250=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #D01EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01EFA is #2FE105. Grayscale: #6B6B6B. Windows color (decimal): -3137798 or 16391888. OLE color: 16391888.

HSL color Cylindrical-coordinate representation of color #D01EFA: hue angle of 288.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01EFA is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 30 250 -
CMYK 0.17 0.88 0 0.02
HSL 288.55º 0.96% 0.55% -
HSV(B) 288.55º 0.88% 0.98% -
XYZ 43.73 21.24 92.24 -
YUV 108.3 207.97 199.11 -
System Red Green Blue C M Y K H S L
Decimal 208 30 250 0.17 0.88 0 0.02 288.55 0.96 0.55
Hex D0 1E FA 11 58 0 2 121 60 37
Octal 320 36 372 21 130 0 2 441 140 67
Binary 11010000 11110 11111010 10001 1011000 0 10 100100001 1100000 110111

Color Harmonies of #D01EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EFA

Black with #D01EFA

Text Example


Text Example

White with #D01EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EFA; }

 p { color: rgb(208,30,250); }

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

background-color css

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

 a { background-color: rgb(208,30,250); }

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

border-color css

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

 span { border-color: rgb(208,30,250); }

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