Html Css Color HEX #DF20ED Psychedelic Purple

📋 copy color: '#DF20ED'

red 223 ◦ green 32 ◦ blue 237

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

Shades of Psychedelic Purple #DF20ED

Tints of Psychedelic Purple #DF20ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 45.33%
G = 6.5%
B = 48.17%

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

#DF20ED (or 0xDF20ED) is known color: Psychedelic Purple. HEX triplet: DF, 20 and ED. RGB value is (223,32,237). Sum of RGB (Red+Green+Blue) = 223+32+237=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20ED is #20DF12. Grayscale: #6F6F6F. Windows color (decimal): -2154259 or 15540447. OLE color: 15540447.

HSL color Cylindrical-coordinate representation of color #DF20ED: hue angle of 295.9º degrees, saturation: 0.85, 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 #DF20ED is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 32 237 -
CMYK 0.06 0.86 0 0.07
HSL 295.9º 0.85% 0.53% -
HSV(B) 295.9º 0.86% 0.93% -
XYZ 46.23 22.84 82.09 -
YUV 112.48 198.28 206.83 -
System Red Green Blue C M Y K H S L
Decimal 223 32 237 0.06 0.86 0 0.07 295.9 0.85 0.53
Hex DF 20 ED 6 56 0 7 128 55 35
Octal 337 40 355 6 126 0 7 450 125 65
Binary 11011111 100000 11101101 110 1010110 0 111 100101000 1010101 110101

Color Harmonies of #DF20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF20ED

Black with #DF20ED

Text Example


Text Example

White with #DF20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF20ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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