Html Css Color HEX #DF08EF Psychedelic Purple

📋 copy color: '#DF08EF'

red 223 ◦ green 8 ◦ blue 239

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

Shades of Psychedelic Purple #DF08EF

Tints of Psychedelic Purple #DF08EF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.7%

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

R = 47.45%
G = 1.7%
B = 50.85%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF08EF (or 0xDF08EF) is known color: Psychedelic Purple. HEX triplet: DF, 08 and EF. RGB value is (223,8,239). Sum of RGB (Red+Green+Blue) = 223+8+239=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 8 (3.52% from 255 or 1.70% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF08EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF08EF is #20F710. Grayscale: #616161. Windows color (decimal): -2160401 or 15665375. OLE color: 15665375.

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

Color convert

RGB 223 8 239 -
CMYK 0.07 0.97 0 0.06
HSL 295.84º 0.94% 0.48% -
HSV(B) 295.84º 0.97% 0.94% -
XYZ 46.1 22.09 83.5 -
YUV 98.62 207.23 216.72 -
System Red Green Blue C M Y K H S L
Decimal 223 8 239 0.07 0.97 0 0.06 295.84 0.94 0.48
Hex DF 8 EF 7 61 0 6 128 5E 30
Octal 337 10 357 7 141 0 6 450 136 60
Binary 11011111 1000 11101111 111 1100001 0 110 100101000 1011110 110000

Color Harmonies of #DF08EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF08EF

Black with #DF08EF

Text Example


Text Example

White with #DF08EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF08EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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