Html Css Color HEX #DF14EE Psychedelic Purple

📋 copy color: '#DF14EE'

red 223 ◦ green 20 ◦ blue 238

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

Shades of Psychedelic Purple #DF14EE

Tints of Psychedelic Purple #DF14EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.16%

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

R = 46.36%
G = 4.16%
B = 49.48%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF14EE (or 0xDF14EE) is known color: Psychedelic Purple. HEX triplet: DF, 14 and EE. RGB value is (223,20,238). Sum of RGB (Red+Green+Blue) = 223+20+238=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF14EE is #20EB11. Grayscale: #686868. Windows color (decimal): -2157330 or 15602911. OLE color: 15602911.

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

Color convert

RGB 223 20 238 -
CMYK 0.06 0.92 0 0.07
HSL 295.87º 0.87% 0.51% -
HSV(B) 295.87º 0.92% 0.93% -
XYZ 46.11 22.36 82.77 -
YUV 105.55 202.75 211.77 -
System Red Green Blue C M Y K H S L
Decimal 223 20 238 0.06 0.92 0 0.07 295.87 0.87 0.51
Hex DF 14 EE 6 5C 0 7 128 57 33
Octal 337 24 356 6 134 0 7 450 127 63
Binary 11011111 10100 11101110 110 1011100 0 111 100101000 1010111 110011

Color Harmonies of #DF14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF14EE

Black with #DF14EE

Text Example


Text Example

White with #DF14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF14EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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