Html Css Color HEX #DF00FB Psychedelic Purple

📋 copy color: '#DF00FB'

red 223 ◦ green 0 ◦ blue 251

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

Shades of Psychedelic Purple #DF00FB

Tints of Psychedelic Purple #DF00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.05%
G = 0%
B = 52.95%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF00FB (or 0xDF00FB) is known color: Psychedelic Purple. HEX triplet: DF, 00 and FB. RGB value is (223,0,251). Sum of RGB (Red+Green+Blue) = 223+0+251=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF00FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00FB is #20FF04. Grayscale: #5E5E5E. Windows color (decimal): -2162437 or 16449759. OLE color: 16449759.

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

Color convert

RGB 223 0 251 -
CMYK 0.11 1 0 0.02
HSL 293.31º 1% 0.49% -
HSV(B) 293.31º 1% 0.98% -
XYZ 47.84 22.65 93.12 -
YUV 95.29 215.88 219.09 -
System Red Green Blue C M Y K H S L
Decimal 223 0 251 0.11 1 0 0.02 293.31 1 0.49
Hex DF 0 FB B 64 0 2 125 64 31
Octal 337 0 373 13 144 0 2 445 144 61
Binary 11011111 0 11111011 1011 1100100 0 10 100100101 1100100 110001

Color Harmonies of #DF00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00FB

Black with #DF00FB

Text Example


Text Example

White with #DF00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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