Html Css Color HEX #DF06FE Psychedelic Purple

📋 copy color: '#DF06FE'

red 223 ◦ green 6 ◦ blue 254

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

Shades of Psychedelic Purple #DF06FE

Tints of Psychedelic Purple #DF06FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 46.17%
G = 1.24%
B = 52.59%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DF06FE (or 0xDF06FE) is known color: Psychedelic Purple. HEX triplet: DF, 06 and FE. RGB value is (223,6,254). Sum of RGB (Red+Green+Blue) = 223+6+254=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 6 (2.73% from 255 or 1.24% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF06FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06FE is #20F901. Grayscale: #626262. Windows color (decimal): -2160898 or 16647903. OLE color: 16647903.

HSL color Cylindrical-coordinate representation of color #DF06FE: hue angle of 292.5º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF06FE is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 6 254 -
CMYK 0.12 0.98 0 0.00
HSL 292.5º 0.99% 0.51% -
HSV(B) 292.5º 0.98% 1% -
XYZ 48.39 22.97 95.65 -
YUV 99.16 215.39 216.33 -
System Red Green Blue C M Y K H S L
Decimal 223 6 254 0.12 0.98 0 0.00 292.5 0.99 0.51
Hex DF 6 FE C 62 0 0 124 63 33
Octal 337 6 376 14 142 0 0 444 143 63
Binary 11011111 110 11111110 1100 1100010 0 0 100100100 1100011 110011

Color Harmonies of #DF06FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06FE

Black with #DF06FE

Text Example


Text Example

White with #DF06FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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