Html Css Color HEX #DB14F9 Psychedelic Purple

📋 copy color: '#DB14F9'

red 219 ◦ green 20 ◦ blue 249

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

Shades of Psychedelic Purple #DB14F9

Tints of Psychedelic Purple #DB14F9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.1%

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

R = 44.88%
G = 4.1%
B = 51.02%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB14F9 (or 0xDB14F9) is known color: Psychedelic Purple. HEX triplet: DB, 14 and F9. RGB value is (219,20,249). Sum of RGB (Red+Green+Blue) = 219+20+249=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB14F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB14F9 is #24EB06. Grayscale: #686868. Windows color (decimal): -2419463 or 16323803. OLE color: 16323803.

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

Color convert

RGB 219 20 249 -
CMYK 0.12 0.92 0 0.02
HSL 292.14º 0.95% 0.53% -
HSV(B) 292.14º 0.92% 0.98% -
XYZ 46.56 22.4 91.49 -
YUV 105.61 208.93 208.88 -
System Red Green Blue C M Y K H S L
Decimal 219 20 249 0.12 0.92 0 0.02 292.14 0.95 0.53
Hex DB 14 F9 C 5C 0 2 124 5F 35
Octal 333 24 371 14 134 0 2 444 137 65
Binary 11011011 10100 11111001 1100 1011100 0 10 100100100 1011111 110101

Color Harmonies of #DB14F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB14F9

Black with #DB14F9

Text Example


Text Example

White with #DB14F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB14F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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