Html Css Color HEX #DB01FC Psychedelic Purple

📋 copy color: '#DB01FC'

red 219 ◦ green 1 ◦ blue 252

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

Shades of Psychedelic Purple #DB01FC

Tints of Psychedelic Purple #DB01FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.39%

R = 46.4%
G = 0.21%
B = 53.39%

CMYK

 C value IS 0.13

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB01FC (or 0xDB01FC) is known color: Psychedelic Purple. HEX triplet: DB, 01 and FC. RGB value is (219,1,252). Sum of RGB (Red+Green+Blue) = 219+1+252=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB01FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB01FC is #24FE03. Grayscale: #5E5E5E. Windows color (decimal): -2424324 or 16515547. OLE color: 16515547.

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

Color convert

RGB 219 1 252 -
CMYK 0.13 1.00 0 0.01
HSL 292.11º 0.99% 0.5% -
HSV(B) 292.11º 1% 0.99% -
XYZ 46.79 22.11 93.9 -
YUV 94.8 216.72 216.59 -
System Red Green Blue C M Y K H S L
Decimal 219 1 252 0.13 1.00 0 0.01 292.11 0.99 0.5
Hex DB 1 FC D 64 0 1 124 63 32
Octal 333 1 374 15 144 0 1 444 143 62
Binary 11011011 1 11111100 1101 1100100 0 1 100100100 1100011 110010

Color Harmonies of #DB01FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB01FC

Black with #DB01FC

Text Example


Text Example

White with #DB01FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB01FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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