Html Css Color HEX #DF10F6 Psychedelic Purple

📋 copy color: '#DF10F6'

red 223 ◦ green 16 ◦ blue 246

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

Shades of Psychedelic Purple #DF10F6

Tints of Psychedelic Purple #DF10F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.72%

R = 45.98%
G = 3.3%
B = 50.72%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DF10F6 (or 0xDF10F6) is known color: Psychedelic Purple. HEX triplet: DF, 10 and F6. RGB value is (223,16,246). Sum of RGB (Red+Green+Blue) = 223+16+246=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF10F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10F6 is #20EF09. Grayscale: #676767. Windows color (decimal): -2158346 or 16126175. OLE color: 16126175.

HSL color Cylindrical-coordinate representation of color #DF10F6: hue angle of 294º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF10F6 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 16 246 -
CMYK 0.09 0.93 0 0.04
HSL 294º 0.93% 0.51% -
HSV(B) 294º 0.93% 0.96% -
XYZ 47.25 22.71 89.08 -
YUV 104.11 208.08 212.8 -
System Red Green Blue C M Y K H S L
Decimal 223 16 246 0.09 0.93 0 0.04 294 0.93 0.51
Hex DF 10 F6 9 5D 0 4 126 5D 33
Octal 337 20 366 11 135 0 4 446 135 63
Binary 11011111 10000 11110110 1001 1011101 0 100 100100110 1011101 110011

Color Harmonies of #DF10F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF10F6

Black with #DF10F6

Text Example


Text Example

White with #DF10F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF10F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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