Html Css Color HEX #DF12EF Psychedelic Purple

📋 copy color: '#DF12EF'

red 223 ◦ green 18 ◦ blue 239

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

Shades of Psychedelic Purple #DF12EF

Tints of Psychedelic Purple #DF12EF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.75%

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

R = 46.46%
G = 3.75%
B = 49.79%

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

#DF12EF (or 0xDF12EF) is known color: Psychedelic Purple. HEX triplet: DF, 12 and EF. RGB value is (223,18,239). Sum of RGB (Red+Green+Blue) = 223+18+239=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF12EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12EF is #20ED10. Grayscale: #676767. Windows color (decimal): -2157841 or 15667935. OLE color: 15667935.

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

Color convert

RGB 223 18 239 -
CMYK 0.07 0.92 0 0.06
HSL 295.66º 0.87% 0.5% -
HSV(B) 295.66º 0.92% 0.94% -
XYZ 46.23 22.35 83.54 -
YUV 104.49 203.92 212.53 -
System Red Green Blue C M Y K H S L
Decimal 223 18 239 0.07 0.92 0 0.06 295.66 0.87 0.5
Hex DF 12 EF 7 5C 0 6 128 57 32
Octal 337 22 357 7 134 0 6 450 127 62
Binary 11011111 10010 11101111 111 1011100 0 110 100101000 1010111 110010

Color Harmonies of #DF12EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF12EF

Black with #DF12EF

Text Example


Text Example

White with #DF12EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF12EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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