Html Css Color HEX #DB0FF9 Psychedelic Purple

📋 copy color: '#DB0FF9'

red 219 ◦ green 15 ◦ blue 249

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

Shades of Psychedelic Purple #DB0FF9

Tints of Psychedelic Purple #DB0FF9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.11%

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

R = 45.34%
G = 3.11%
B = 51.55%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB0FF9 (or 0xDB0FF9) is known color: Psychedelic Purple. HEX triplet: DB, 0F and F9. RGB value is (219,15,249). Sum of RGB (Red+Green+Blue) = 219+15+249=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB0FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0FF9 is #24F006. Grayscale: #656565. Windows color (decimal): -2420743 or 16322523. OLE color: 16322523.

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

Color convert

RGB 219 15 249 -
CMYK 0.12 0.94 0 0.02
HSL 292.31º 0.95% 0.52% -
HSV(B) 292.31º 0.94% 0.98% -
XYZ 46.48 22.24 91.47 -
YUV 102.67 210.59 210.97 -
System Red Green Blue C M Y K H S L
Decimal 219 15 249 0.12 0.94 0 0.02 292.31 0.95 0.52
Hex DB F F9 C 5E 0 2 124 5F 34
Octal 333 17 371 14 136 0 2 444 137 64
Binary 11011011 1111 11111001 1100 1011110 0 10 100100100 1011111 110100

Color Harmonies of #DB0FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FF9

Black with #DB0FF9

Text Example


Text Example

White with #DB0FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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