Html Css Color HEX #DF10EF Psychedelic Purple

📋 copy color: '#DF10EF'

red 223 ◦ green 16 ◦ blue 239

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

Shades of Psychedelic Purple #DF10EF

Tints of Psychedelic Purple #DF10EF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.35%

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

R = 46.65%
G = 3.35%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF10EF (or 0xDF10EF) is known color: Psychedelic Purple. HEX triplet: DF, 10 and EF. RGB value is (223,16,239). Sum of RGB (Red+Green+Blue) = 223+16+239=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF10EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10EF is #20EF10. Grayscale: #666666. Windows color (decimal): -2158353 or 15667423. OLE color: 15667423.

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

Color convert

RGB 223 16 239 -
CMYK 0.07 0.93 0 0.06
HSL 295.7º 0.87% 0.5% -
HSV(B) 295.7º 0.93% 0.94% -
XYZ 46.2 22.29 83.53 -
YUV 103.32 204.58 213.37 -
System Red Green Blue C M Y K H S L
Decimal 223 16 239 0.07 0.93 0 0.06 295.7 0.87 0.5
Hex DF 10 EF 7 5D 0 6 128 57 32
Octal 337 20 357 7 135 0 6 450 127 62
Binary 11011111 10000 11101111 111 1011101 0 110 100101000 1010111 110010

Color Harmonies of #DF10EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF10EF

Black with #DF10EF

Text Example


Text Example

White with #DF10EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF10EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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