Html Css Color HEX #DB1BFB Psychedelic Purple

📋 copy color: '#DB1BFB'

red 219 ◦ green 27 ◦ blue 251

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

Shades of Psychedelic Purple #DB1BFB

Tints of Psychedelic Purple #DB1BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.43%

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

R = 44.06%
G = 5.43%
B = 50.5%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB1BFB (or 0xDB1BFB) is known color: Psychedelic Purple. HEX triplet: DB, 1B and FB. RGB value is (219,27,251). Sum of RGB (Red+Green+Blue) = 219+27+251=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 27 (10.94% from 255 or 5.43% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB1BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1BFB is #24E404. Grayscale: #6D6D6D. Windows color (decimal): -2417669 or 16456667. OLE color: 16456667.

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

Color convert

RGB 219 27 251 -
CMYK 0.13 0.89 0 0.02
HSL 291.43º 0.97% 0.55% -
HSV(B) 291.43º 0.89% 0.98% -
XYZ 47.02 22.81 93.19 -
YUV 109.94 207.61 205.79 -
System Red Green Blue C M Y K H S L
Decimal 219 27 251 0.13 0.89 0 0.02 291.43 0.97 0.55
Hex DB 1B FB D 59 0 2 123 61 37
Octal 333 33 373 15 131 0 2 443 141 67
Binary 11011011 11011 11111011 1101 1011001 0 10 100100011 1100001 110111

Color Harmonies of #DB1BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1BFB

Black with #DB1BFB

Text Example


Text Example

White with #DB1BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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