Html Css Color HEX #DB00FC Psychedelic Purple

📋 copy color: '#DB00FC'

red 219 ◦ green 0 ◦ blue 252

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

Shades of Psychedelic Purple #DB00FC

Tints of Psychedelic Purple #DB00FC

RGB

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

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

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

R = 46.5%
G = 0%
B = 53.5%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB00FC (or 0xDB00FC) is known color: Psychedelic Purple. HEX triplet: DB, 00 and FC. RGB value is (219,0,252). Sum of RGB (Red+Green+Blue) = 219+0+252=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB00FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB00FC is #24FF03. Grayscale: #5D5D5D. Windows color (decimal): -2424580 or 16515291. OLE color: 16515291.

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

Color convert

RGB 219 0 252 -
CMYK 0.13 1 0 0.01
HSL 292.14º 1% 0.49% -
HSV(B) 292.14º 1% 0.99% -
XYZ 46.78 22.09 93.89 -
YUV 94.21 217.05 217.01 -
System Red Green Blue C M Y K H S L
Decimal 219 0 252 0.13 1 0 0.01 292.14 1 0.49
Hex DB 0 FC D 64 0 1 124 64 31
Octal 333 0 374 15 144 0 1 444 144 61
Binary 11011011 0 11111100 1101 1100100 0 1 100100100 1100100 110001

Color Harmonies of #DB00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB00FC

Black with #DB00FC

Text Example


Text Example

White with #DB00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB00FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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