Html Css Color HEX #DF11ED Psychedelic Purple

📋 copy color: '#DF11ED'

red 223 ◦ green 17 ◦ blue 237

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

Shades of Psychedelic Purple #DF11ED

Tints of Psychedelic Purple #DF11ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.56%

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

R = 46.75%
G = 3.56%
B = 49.69%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF11ED (or 0xDF11ED) is known color: Psychedelic Purple. HEX triplet: DF, 11 and ED. RGB value is (223,17,237). Sum of RGB (Red+Green+Blue) = 223+17+237=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF11ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF11ED is #20EE12. Grayscale: #676767. Windows color (decimal): -2158099 or 15536607. OLE color: 15536607.

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

Color convert

RGB 223 17 237 -
CMYK 0.06 0.93 0 0.07
HSL 296.18º 0.87% 0.5% -
HSV(B) 296.18º 0.93% 0.93% -
XYZ 45.92 22.2 81.99 -
YUV 103.67 203.25 213.11 -
System Red Green Blue C M Y K H S L
Decimal 223 17 237 0.06 0.93 0 0.07 296.18 0.87 0.5
Hex DF 11 ED 6 5D 0 7 128 57 32
Octal 337 21 355 6 135 0 7 450 127 62
Binary 11011111 10001 11101101 110 1011101 0 111 100101000 1010111 110010

Color Harmonies of #DF11ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF11ED

Black with #DF11ED

Text Example


Text Example

White with #DF11ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF11ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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