Html Css Color HEX #DF13EF Psychedelic Purple

📋 copy color: '#DF13EF'

red 223 ◦ green 19 ◦ blue 239

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

Shades of Psychedelic Purple #DF13EF

Tints of Psychedelic Purple #DF13EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 46.36%
G = 3.95%
B = 49.69%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF13EF (or 0xDF13EF) is known color: Psychedelic Purple. HEX triplet: DF, 13 and EF. RGB value is (223,19,239). Sum of RGB (Red+Green+Blue) = 223+19+239=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF13EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF13EF is #20EC10. Grayscale: #686868. Windows color (decimal): -2157585 or 15668191. OLE color: 15668191.

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

Color convert

RGB 223 19 239 -
CMYK 0.07 0.92 0 0.06
HSL 295.64º 0.87% 0.51% -
HSV(B) 295.64º 0.92% 0.94% -
XYZ 46.24 22.39 83.54 -
YUV 105.08 203.59 212.11 -
System Red Green Blue C M Y K H S L
Decimal 223 19 239 0.07 0.92 0 0.06 295.64 0.87 0.51
Hex DF 13 EF 7 5C 0 6 128 57 33
Octal 337 23 357 7 134 0 6 450 127 63
Binary 11011111 10011 11101111 111 1011100 0 110 100101000 1010111 110011

Color Harmonies of #DF13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13EF

Black with #DF13EF

Text Example


Text Example

White with #DF13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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