Html Css Color HEX #DB01FB Psychedelic Purple

📋 copy color: '#DB01FB'

red 219 ◦ green 1 ◦ blue 251

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

Shades of Psychedelic Purple #DB01FB

Tints of Psychedelic Purple #DB01FB

RGB

 RED value IS 219 (85.94% from 255) = 46.5%

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 46.5%
G = 0.21%
B = 53.29%

CMYK

 C value IS 0.13

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB01FB (or 0xDB01FB) is known color: Psychedelic Purple. HEX triplet: DB, 01 and FB. RGB value is (219,1,251). Sum of RGB (Red+Green+Blue) = 219+1+251=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB01FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB01FB is #24FE04. Grayscale: #5D5D5D. Windows color (decimal): -2424325 or 16450011. OLE color: 16450011.

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

Color convert

RGB 219 1 251 -
CMYK 0.13 1.00 0 0.02
HSL 292.32º 0.99% 0.49% -
HSV(B) 292.32º 1% 0.98% -
XYZ 46.64 22.05 93.06 -
YUV 94.68 216.22 216.67 -
System Red Green Blue C M Y K H S L
Decimal 219 1 251 0.13 1.00 0 0.02 292.32 0.99 0.49
Hex DB 1 FB D 64 0 2 124 63 31
Octal 333 1 373 15 144 0 2 444 143 61
Binary 11011011 1 11111011 1101 1100100 0 10 100100100 1100011 110001

Color Harmonies of #DB01FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB01FB

Black with #DB01FB

Text Example


Text Example

White with #DB01FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB01FB; }

 p { color: rgb(219,1,251); }

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

background-color css

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

 a { background-color: rgb(219,1,251); }

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

border-color css

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

 span { border-color: rgb(219,1,251); }

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