Html Css Color HEX #DF21EE Psychedelic Purple

📋 copy color: '#DF21EE'

red 223 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #DF21EE

Tints of Psychedelic Purple #DF21EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.68%

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

R = 45.14%
G = 6.68%
B = 48.18%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF21EE (or 0xDF21EE) is known color: Psychedelic Purple. HEX triplet: DF, 21 and EE. RGB value is (223,33,238). Sum of RGB (Red+Green+Blue) = 223+33+238=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF21EE is #20DE11. Grayscale: #707070. Windows color (decimal): -2154002 or 15606239. OLE color: 15606239.

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

Color convert

RGB 223 33 238 -
CMYK 0.06 0.86 0 0.07
HSL 295.61º 0.86% 0.53% -
HSV(B) 295.61º 0.86% 0.93% -
XYZ 46.41 22.95 82.87 -
YUV 113.18 198.45 206.33 -
System Red Green Blue C M Y K H S L
Decimal 223 33 238 0.06 0.86 0 0.07 295.61 0.86 0.53
Hex DF 21 EE 6 56 0 7 128 56 35
Octal 337 41 356 6 126 0 7 450 126 65
Binary 11011111 100001 11101110 110 1010110 0 111 100101000 1010110 110101

Color Harmonies of #DF21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF21EE

Black with #DF21EE

Text Example


Text Example

White with #DF21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF21EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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