Html Css Color HEX #DF06F6 Psychedelic Purple

📋 copy color: '#DF06F6'

red 223 ◦ green 6 ◦ blue 246

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

Shades of Psychedelic Purple #DF06F6

Tints of Psychedelic Purple #DF06F6

RGB

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

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

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

R = 46.95%
G = 1.26%
B = 51.79%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DF06F6 (or 0xDF06F6) is known color: Psychedelic Purple. HEX triplet: DF, 06 and F6. RGB value is (223,6,246). Sum of RGB (Red+Green+Blue) = 223+6+246=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF06F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06F6 is #20F909. Grayscale: #616161. Windows color (decimal): -2160906 or 16123615. OLE color: 16123615.

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

Color convert

RGB 223 6 246 -
CMYK 0.09 0.98 0 0.04
HSL 294.25º 0.95% 0.49% -
HSV(B) 294.25º 0.98% 0.96% -
XYZ 47.13 22.47 89.04 -
YUV 98.24 211.39 216.99 -
System Red Green Blue C M Y K H S L
Decimal 223 6 246 0.09 0.98 0 0.04 294.25 0.95 0.49
Hex DF 6 F6 9 62 0 4 126 5F 31
Octal 337 6 366 11 142 0 4 446 137 61
Binary 11011111 110 11110110 1001 1100010 0 100 100100110 1011111 110001

Color Harmonies of #DF06F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06F6

Black with #DF06F6

Text Example


Text Example

White with #DF06F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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