Html Css Color HEX #DB0FFB Psychedelic Purple

📋 copy color: '#DB0FFB'

red 219 ◦ green 15 ◦ blue 251

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

Shades of Psychedelic Purple #DB0FFB

Tints of Psychedelic Purple #DB0FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.09%

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

R = 45.15%
G = 3.09%
B = 51.75%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB0FFB (or 0xDB0FFB) is known color: Psychedelic Purple. HEX triplet: DB, 0F and FB. RGB value is (219,15,251). Sum of RGB (Red+Green+Blue) = 219+15+251=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB0FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0FFB is #24F004. Grayscale: #666666. Windows color (decimal): -2420741 or 16453595. OLE color: 16453595.

HSL color Cylindrical-coordinate representation of color #DB0FFB: hue angle of 291.86º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0FFB is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 15 251 -
CMYK 0.13 0.94 0 0.02
HSL 291.86º 0.97% 0.52% -
HSV(B) 291.86º 0.94% 0.98% -
XYZ 46.8 22.37 93.12 -
YUV 102.9 211.59 210.81 -
System Red Green Blue C M Y K H S L
Decimal 219 15 251 0.13 0.94 0 0.02 291.86 0.97 0.52
Hex DB F FB D 5E 0 2 124 61 34
Octal 333 17 373 15 136 0 2 444 141 64
Binary 11011011 1111 11111011 1101 1011110 0 10 100100100 1100001 110100

Color Harmonies of #DB0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FFB

Black with #DB0FFB

Text Example


Text Example

White with #DB0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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