Html Css Color HEX #DF10F2 Psychedelic Purple

📋 copy color: '#DF10F2'

red 223 ◦ green 16 ◦ blue 242

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

Shades of Psychedelic Purple #DF10F2

Tints of Psychedelic Purple #DF10F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 46.36%
G = 3.33%
B = 50.31%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF10F2 (or 0xDF10F2) is known color: Psychedelic Purple. HEX triplet: DF, 10 and F2. RGB value is (223,16,242). Sum of RGB (Red+Green+Blue) = 223+16+242=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF10F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10F2 is #20EF0D. Grayscale: #666666. Windows color (decimal): -2158350 or 15864031. OLE color: 15864031.

HSL color Cylindrical-coordinate representation of color #DF10F2: hue angle of 294.96º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF10F2 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 16 242 -
CMYK 0.08 0.93 0 0.05
HSL 294.96º 0.9% 0.51% -
HSV(B) 294.96º 0.93% 0.95% -
XYZ 46.64 22.47 85.88 -
YUV 103.66 206.08 213.12 -
System Red Green Blue C M Y K H S L
Decimal 223 16 242 0.08 0.93 0 0.05 294.96 0.9 0.51
Hex DF 10 F2 8 5D 0 5 127 5A 33
Octal 337 20 362 10 135 0 5 447 132 63
Binary 11011111 10000 11110010 1000 1011101 0 101 100100111 1011010 110011

Color Harmonies of #DF10F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF10F2

Black with #DF10F2

Text Example


Text Example

White with #DF10F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF10F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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