Html Css Color HEX #DF06FD Psychedelic Purple

📋 copy color: '#DF06FD'

red 223 ◦ green 6 ◦ blue 253

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

Shades of Psychedelic Purple #DF06FD

Tints of Psychedelic Purple #DF06FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 46.27%
G = 1.24%
B = 52.49%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF06FD (or 0xDF06FD) is known color: Psychedelic Purple. HEX triplet: DF, 06 and FD. RGB value is (223,6,253). Sum of RGB (Red+Green+Blue) = 223+6+253=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF06FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06FD is #20F902. Grayscale: #626262. Windows color (decimal): -2160899 or 16582367. OLE color: 16582367.

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

Color convert

RGB 223 6 253 -
CMYK 0.12 0.98 0 0.01
HSL 292.71º 0.98% 0.51% -
HSV(B) 292.71º 0.98% 0.99% -
XYZ 48.23 22.91 94.81 -
YUV 99.04 214.89 216.42 -
System Red Green Blue C M Y K H S L
Decimal 223 6 253 0.12 0.98 0 0.01 292.71 0.98 0.51
Hex DF 6 FD C 62 0 1 125 62 33
Octal 337 6 375 14 142 0 1 445 142 63
Binary 11011111 110 11111101 1100 1100010 0 1 100100101 1100010 110011

Color Harmonies of #DF06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06FD

Black with #DF06FD

Text Example


Text Example

White with #DF06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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