Html Css Color HEX #DB02FC Psychedelic Purple

📋 copy color: '#DB02FC'

red 219 ◦ green 2 ◦ blue 252

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

Shades of Psychedelic Purple #DB02FC

Tints of Psychedelic Purple #DB02FC

RGB

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

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

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

R = 46.3%
G = 0.42%
B = 53.28%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB02FC (or 0xDB02FC) is known color: Psychedelic Purple. HEX triplet: DB, 02 and FC. RGB value is (219,2,252). Sum of RGB (Red+Green+Blue) = 219+2+252=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 2 (1.17% from 255 or 0.42% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB02FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB02FC is #24FD03. Grayscale: #5E5E5E. Windows color (decimal): -2424068 or 16515803. OLE color: 16515803.

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

Color convert

RGB 219 2 252 -
CMYK 0.13 0.99 0 0.01
HSL 292.08º 0.98% 0.5% -
HSV(B) 292.08º 0.99% 0.99% -
XYZ 46.81 22.13 93.9 -
YUV 95.38 216.39 216.17 -
System Red Green Blue C M Y K H S L
Decimal 219 2 252 0.13 0.99 0 0.01 292.08 0.98 0.5
Hex DB 2 FC D 63 0 1 124 62 32
Octal 333 2 374 15 143 0 1 444 142 62
Binary 11011011 10 11111100 1101 1100011 0 1 100100100 1100010 110010

Color Harmonies of #DB02FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02FC

Black with #DB02FC

Text Example


Text Example

White with #DB02FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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