Html Css Color HEX #DB1BF9 Psychedelic Purple

📋 copy color: '#DB1BF9'

red 219 ◦ green 27 ◦ blue 249

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

Shades of Psychedelic Purple #DB1BF9

Tints of Psychedelic Purple #DB1BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 44.24%
G = 5.45%
B = 50.3%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB1BF9 (or 0xDB1BF9) is known color: Psychedelic Purple. HEX triplet: DB, 1B and F9. RGB value is (219,27,249). Sum of RGB (Red+Green+Blue) = 219+27+249=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 27 (10.94% from 255 or 5.45% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB1BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1BF9 is #24E406. Grayscale: #6D6D6D. Windows color (decimal): -2417671 or 16325595. OLE color: 16325595.

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

Color convert

RGB 219 27 249 -
CMYK 0.12 0.89 0 0.02
HSL 291.89º 0.95% 0.54% -
HSV(B) 291.89º 0.89% 0.98% -
XYZ 46.7 22.68 91.54 -
YUV 109.72 206.61 205.95 -
System Red Green Blue C M Y K H S L
Decimal 219 27 249 0.12 0.89 0 0.02 291.89 0.95 0.54
Hex DB 1B F9 C 59 0 2 124 5F 36
Octal 333 33 371 14 131 0 2 444 137 66
Binary 11011011 11011 11111001 1100 1011001 0 10 100100100 1011111 110110

Color Harmonies of #DB1BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1BF9

Black with #DB1BF9

Text Example


Text Example

White with #DB1BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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