Html Css Color HEX #D01EFB Psychedelic Purple

📋 copy color: '#D01EFB'

red 208 ◦ green 30 ◦ blue 251

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

Shades of Psychedelic Purple #D01EFB

Tints of Psychedelic Purple #D01EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.33%

R = 42.54%
G = 6.13%
B = 51.33%

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

#D01EFB (or 0xD01EFB) is known color: Psychedelic Purple. HEX triplet: D0, 1E and FB. RGB value is (208,30,251). Sum of RGB (Red+Green+Blue) = 208+30+251=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #D01EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01EFB is #2FE104. Grayscale: #6B6B6B. Windows color (decimal): -3137797 or 16457424. OLE color: 16457424.

HSL color Cylindrical-coordinate representation of color #D01EFB: hue angle of 288.33º degrees, saturation: 0.97, 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 #D01EFB is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 30 251 -
CMYK 0.17 0.88 0 0.02
HSL 288.33º 0.97% 0.55% -
HSV(B) 288.33º 0.88% 0.98% -
XYZ 43.89 21.3 93.07 -
YUV 108.42 208.47 199.03 -
System Red Green Blue C M Y K H S L
Decimal 208 30 251 0.17 0.88 0 0.02 288.33 0.97 0.55
Hex D0 1E FB 11 58 0 2 120 61 37
Octal 320 36 373 21 130 0 2 440 141 67
Binary 11010000 11110 11111011 10001 1011000 0 10 100100000 1100001 110111

Color Harmonies of #D01EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01EFB

Black with #D01EFB

Text Example


Text Example

White with #D01EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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