Html Css Color HEX #DF06FB Psychedelic Purple

📋 copy color: '#DF06FB'

red 223 ◦ green 6 ◦ blue 251

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

Shades of Psychedelic Purple #DF06FB

Tints of Psychedelic Purple #DF06FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.29%

R = 46.46%
G = 1.25%
B = 52.29%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF06FB (or 0xDF06FB) is known color: Psychedelic Purple. HEX triplet: DF, 06 and FB. RGB value is (223,6,251). Sum of RGB (Red+Green+Blue) = 223+6+251=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 6 (2.73% from 255 or 1.25% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF06FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF06FB is #20F904. Grayscale: #626262. Windows color (decimal): -2160901 or 16451295. OLE color: 16451295.

HSL color Cylindrical-coordinate representation of color #DF06FB: hue angle of 293.14º degrees, saturation: 0.97, 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 #DF06FB is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 6 251 -
CMYK 0.11 0.98 0 0.02
HSL 293.14º 0.97% 0.5% -
HSV(B) 293.14º 0.98% 0.98% -
XYZ 47.91 22.78 93.14 -
YUV 98.81 213.89 216.58 -
System Red Green Blue C M Y K H S L
Decimal 223 6 251 0.11 0.98 0 0.02 293.14 0.97 0.5
Hex DF 6 FB B 62 0 2 125 61 32
Octal 337 6 373 13 142 0 2 445 141 62
Binary 11011111 110 11111011 1011 1100010 0 10 100100101 1100001 110010

Color Harmonies of #DF06FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06FB

Black with #DF06FB

Text Example


Text Example

White with #DF06FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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