Html Css Color HEX #DF13EE Psychedelic Purple

📋 copy color: '#DF13EE'

red 223 ◦ green 19 ◦ blue 238

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

Shades of Psychedelic Purple #DF13EE

Tints of Psychedelic Purple #DF13EE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.96%

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

R = 46.46%
G = 3.96%
B = 49.58%

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

#DF13EE (or 0xDF13EE) is known color: Psychedelic Purple. HEX triplet: DF, 13 and EE. RGB value is (223,19,238). Sum of RGB (Red+Green+Blue) = 223+19+238=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 19 (7.81% from 255 or 3.96% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF13EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF13EE is #20EC11. Grayscale: #686868. Windows color (decimal): -2157586 or 15602655. OLE color: 15602655.

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

Color convert

RGB 223 19 238 -
CMYK 0.06 0.92 0 0.07
HSL 295.89º 0.87% 0.5% -
HSV(B) 295.89º 0.92% 0.93% -
XYZ 46.1 22.33 82.77 -
YUV 104.96 203.09 212.19 -
System Red Green Blue C M Y K H S L
Decimal 223 19 238 0.06 0.92 0 0.07 295.89 0.87 0.5
Hex DF 13 EE 6 5C 0 7 128 57 32
Octal 337 23 356 6 134 0 7 450 127 62
Binary 11011111 10011 11101110 110 1011100 0 111 100101000 1010111 110010

Color Harmonies of #DF13EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13EE

Black with #DF13EE

Text Example


Text Example

White with #DF13EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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