Html Css Color HEX #DF02FB Psychedelic Purple

📋 copy color: '#DF02FB'

red 223 ◦ green 2 ◦ blue 251

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

Shades of Psychedelic Purple #DF02FB

Tints of Psychedelic Purple #DF02FB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

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

R = 46.85%
G = 0.42%
B = 52.73%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF02FB (or 0xDF02FB) is known color: Psychedelic Purple. HEX triplet: DF, 02 and FB. RGB value is (223,2,251). Sum of RGB (Red+Green+Blue) = 223+2+251=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 2 (1.17% from 255 or 0.42% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF02FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF02FB is #20FD04. Grayscale: #5F5F5F. Windows color (decimal): -2161925 or 16450271. OLE color: 16450271.

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

Color convert

RGB 223 2 251 -
CMYK 0.11 0.99 0 0.02
HSL 293.25º 0.98% 0.5% -
HSV(B) 293.25º 0.99% 0.98% -
XYZ 47.87 22.7 93.12 -
YUV 96.47 215.22 218.25 -
System Red Green Blue C M Y K H S L
Decimal 223 2 251 0.11 0.99 0 0.02 293.25 0.98 0.5
Hex DF 2 FB B 63 0 2 125 62 32
Octal 337 2 373 13 143 0 2 445 142 62
Binary 11011111 10 11111011 1011 1100011 0 10 100100101 1100010 110010

Color Harmonies of #DF02FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02FB

Black with #DF02FB

Text Example


Text Example

White with #DF02FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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