Html Css Color HEX #DF01EE Psychedelic Purple

📋 copy color: '#DF01EE'

red 223 ◦ green 1 ◦ blue 238

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

Shades of Psychedelic Purple #DF01EE

Tints of Psychedelic Purple #DF01EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.52%

R = 48.27%
G = 0.22%
B = 51.52%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF01EE (or 0xDF01EE) is known color: Psychedelic Purple. HEX triplet: DF, 01 and EE. RGB value is (223,1,238). Sum of RGB (Red+Green+Blue) = 223+1+238=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF01EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF01EE is #20FE11. Grayscale: #5D5D5D. Windows color (decimal): -2162194 or 15598047. OLE color: 15598047.

HSL color Cylindrical-coordinate representation of color #DF01EE: hue angle of 296.2º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF01EE is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 1 238 -
CMYK 0.06 1.00 0 0.07
HSL 296.2º 0.99% 0.47% -
HSV(B) 296.2º 1% 0.93% -
XYZ 45.87 21.88 82.69 -
YUV 94.4 209.05 219.73 -
System Red Green Blue C M Y K H S L
Decimal 223 1 238 0.06 1.00 0 0.07 296.2 0.99 0.47
Hex DF 1 EE 6 64 0 7 128 63 2F
Octal 337 1 356 6 144 0 7 450 143 57
Binary 11011111 1 11101110 110 1100100 0 111 100101000 1100011 101111

Color Harmonies of #DF01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF01EE

Black with #DF01EE

Text Example


Text Example

White with #DF01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF01EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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