Html Css Color HEX #DB09F0 Psychedelic Purple

📋 copy color: '#DB09F0'

red 219 ◦ green 9 ◦ blue 240

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

Shades of Psychedelic Purple #DB09F0

Tints of Psychedelic Purple #DB09F0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.92%

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 46.79%
G = 1.92%
B = 51.28%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB09F0 (or 0xDB09F0) is known color: Psychedelic Purple. HEX triplet: DB, 09 and F0. RGB value is (219,9,240). Sum of RGB (Red+Green+Blue) = 219+9+240=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB09F0 is #24F60F. Grayscale: #616161. Windows color (decimal): -2422288 or 15731163. OLE color: 15731163.

HSL color Cylindrical-coordinate representation of color #DB09F0: hue angle of 294.55º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09F0 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 9 240 -
CMYK 0.09 0.96 0 0.06
HSL 294.55º 0.93% 0.49% -
HSV(B) 294.55º 0.96% 0.94% -
XYZ 45.04 21.55 84.22 -
YUV 98.12 208.07 214.22 -
System Red Green Blue C M Y K H S L
Decimal 219 9 240 0.09 0.96 0 0.06 294.55 0.93 0.49
Hex DB 9 F0 9 60 0 6 127 5D 31
Octal 333 11 360 11 140 0 6 447 135 61
Binary 11011011 1001 11110000 1001 1100000 0 110 100100111 1011101 110001

Color Harmonies of #DB09F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09F0

Black with #DB09F0

Text Example


Text Example

White with #DB09F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09F0; }

 p { color: rgb(219,9,240); }

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

background-color css

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

 a { background-color: rgb(219,9,240); }

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

border-color css

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

 span { border-color: rgb(219,9,240); }

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