Html Css Color HEX #DF00EF Psychedelic Purple

📋 copy color: '#DF00EF'

red 223 ◦ green 0 ◦ blue 239

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

Shades of Psychedelic Purple #DF00EF

Tints of Psychedelic Purple #DF00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.27%
G = 0%
B = 51.73%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF00EF (or 0xDF00EF) is known color: Psychedelic Purple. HEX triplet: DF, 00 and EF. RGB value is (223,0,239). Sum of RGB (Red+Green+Blue) = 223+0+239=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF00EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00EF is #20FF10. Grayscale: #5D5D5D. Windows color (decimal): -2162449 or 15663327. OLE color: 15663327.

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

Color convert

RGB 223 0 239 -
CMYK 0.07 1 0 0.06
HSL 295.98º 1% 0.47% -
HSV(B) 295.98º 1% 0.94% -
XYZ 46.01 21.92 83.47 -
YUV 93.92 209.88 220.07 -
System Red Green Blue C M Y K H S L
Decimal 223 0 239 0.07 1 0 0.06 295.98 1 0.47
Hex DF 0 EF 7 64 0 6 128 64 2F
Octal 337 0 357 7 144 0 6 450 144 57
Binary 11011111 0 11101111 111 1100100 0 110 100101000 1100100 101111

Color Harmonies of #DF00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00EF

Black with #DF00EF

Text Example


Text Example

White with #DF00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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