Html Css Color HEX #DF01EB Psychedelic Purple

📋 copy color: '#DF01EB'

red 223 ◦ green 1 ◦ blue 235

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

Shades of Psychedelic Purple #DF01EB

Tints of Psychedelic Purple #DF01EB

RGB

 RED value IS 223 (87.5% from 255) = 48.58%

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 48.58%
G = 0.22%
B = 51.2%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF01EB (or 0xDF01EB) is known color: Psychedelic Purple. HEX triplet: DF, 01 and EB. RGB value is (223,1,235). Sum of RGB (Red+Green+Blue) = 223+1+235=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF01EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF01EB is #20FE14. Grayscale: #5D5D5D. Windows color (decimal): -2162197 or 15401439. OLE color: 15401439.

HSL color Cylindrical-coordinate representation of color #DF01EB: hue angle of 296.92º 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 #DF01EB is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 1 235 -
CMYK 0.05 1.00 0 0.08
HSL 296.92º 0.99% 0.46% -
HSV(B) 296.92º 1% 0.92% -
XYZ 45.44 21.71 80.39 -
YUV 94.05 207.55 219.97 -
System Red Green Blue C M Y K H S L
Decimal 223 1 235 0.05 1.00 0 0.08 296.92 0.99 0.46
Hex DF 1 EB 5 64 0 8 129 63 2E
Octal 337 1 353 5 144 0 10 451 143 56
Binary 11011111 1 11101011 101 1100100 0 1000 100101001 1100011 101110

Color Harmonies of #DF01EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF01EB

Black with #DF01EB

Text Example


Text Example

White with #DF01EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF01EB; }

 p { color: rgb(223,1,235); }

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

background-color css

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

 a { background-color: rgb(223,1,235); }

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

border-color css

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

 span { border-color: rgb(223,1,235); }

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