Html Css Color HEX #DF20EE Psychedelic Purple

📋 copy color: '#DF20EE'

red 223 ◦ green 32 ◦ blue 238

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

Shades of Psychedelic Purple #DF20EE

Tints of Psychedelic Purple #DF20EE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.49%

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

R = 45.23%
G = 6.49%
B = 48.28%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF20EE (or 0xDF20EE) is known color: Psychedelic Purple. HEX triplet: DF, 20 and EE. RGB value is (223,32,238). Sum of RGB (Red+Green+Blue) = 223+32+238=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20EE is #20DF11. Grayscale: #6F6F6F. Windows color (decimal): -2154258 or 15605983. OLE color: 15605983.

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

Color convert

RGB 223 32 238 -
CMYK 0.06 0.87 0 0.07
HSL 295.63º 0.86% 0.53% -
HSV(B) 295.63º 0.87% 0.93% -
XYZ 46.38 22.89 82.86 -
YUV 112.59 198.78 206.75 -
System Red Green Blue C M Y K H S L
Decimal 223 32 238 0.06 0.87 0 0.07 295.63 0.86 0.53
Hex DF 20 EE 6 57 0 7 128 56 35
Octal 337 40 356 6 127 0 7 450 126 65
Binary 11011111 100000 11101110 110 1010111 0 111 100101000 1010110 110101

Color Harmonies of #DF20EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF20EE

Black with #DF20EE

Text Example


Text Example

White with #DF20EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF20EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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