Html Css Color HEX #DB16F9 Psychedelic Purple

📋 copy color: '#DB16F9'

red 219 ◦ green 22 ◦ blue 249

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

Shades of Psychedelic Purple #DB16F9

Tints of Psychedelic Purple #DB16F9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.49%

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

R = 44.69%
G = 4.49%
B = 50.82%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB16F9 (or 0xDB16F9) is known color: Psychedelic Purple. HEX triplet: DB, 16 and F9. RGB value is (219,22,249). Sum of RGB (Red+Green+Blue) = 219+22+249=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 22 (8.98% from 255 or 4.49% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB16F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB16F9 is #24E906. Grayscale: #6A6A6A. Windows color (decimal): -2418951 or 16324315. OLE color: 16324315.

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

Color convert

RGB 219 22 249 -
CMYK 0.12 0.91 0 0.02
HSL 292.07º 0.95% 0.53% -
HSV(B) 292.07º 0.91% 0.98% -
XYZ 46.6 22.47 91.5 -
YUV 106.78 208.27 208.04 -
System Red Green Blue C M Y K H S L
Decimal 219 22 249 0.12 0.91 0 0.02 292.07 0.95 0.53
Hex DB 16 F9 C 5B 0 2 124 5F 35
Octal 333 26 371 14 133 0 2 444 137 65
Binary 11011011 10110 11111001 1100 1011011 0 10 100100100 1011111 110101

Color Harmonies of #DB16F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB16F9

Black with #DB16F9

Text Example


Text Example

White with #DB16F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB16F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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