Html Css Color HEX #DF06F9 Psychedelic Purple

📋 copy color: '#DF06F9'

red 223 ◦ green 6 ◦ blue 249

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

Shades of Psychedelic Purple #DF06F9

Tints of Psychedelic Purple #DF06F9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.26%

 BLUE value IS 249 (97.66% from 255) = 52.09%

R = 46.65%
G = 1.26%
B = 52.09%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF06F9 (or 0xDF06F9) is known color: Psychedelic Purple. HEX triplet: DF, 06 and F9. RGB value is (223,6,249). Sum of RGB (Red+Green+Blue) = 223+6+249=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 6 (2.73% from 255 or 1.26% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF06F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06F9 is #20F906. Grayscale: #616161. Windows color (decimal): -2160903 or 16320223. OLE color: 16320223.

HSL color Cylindrical-coordinate representation of color #DF06F9: hue angle of 293.58º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF06F9 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 6 249 -
CMYK 0.10 0.98 0 0.02
HSL 293.58º 0.95% 0.5% -
HSV(B) 293.58º 0.98% 0.98% -
XYZ 47.6 22.66 91.49 -
YUV 98.59 212.89 216.74 -
System Red Green Blue C M Y K H S L
Decimal 223 6 249 0.10 0.98 0 0.02 293.58 0.95 0.5
Hex DF 6 F9 A 62 0 2 126 5F 32
Octal 337 6 371 12 142 0 2 446 137 62
Binary 11011111 110 11111001 1010 1100010 0 10 100100110 1011111 110010

Color Harmonies of #DF06F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06F9

Black with #DF06F9

Text Example


Text Example

White with #DF06F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06F9; }

 p { color: rgb(223,6,249); }

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

background-color css

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

 a { background-color: rgb(223,6,249); }

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

border-color css

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

 span { border-color: rgb(223,6,249); }

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