Html Css Color HEX #DB15F9 Psychedelic Purple

📋 copy color: '#DB15F9'

red 219 ◦ green 21 ◦ blue 249

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

Shades of Psychedelic Purple #DB15F9

Tints of Psychedelic Purple #DB15F9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.29%

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

R = 44.79%
G = 4.29%
B = 50.92%

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

#DB15F9 (or 0xDB15F9) is known color: Psychedelic Purple. HEX triplet: DB, 15 and F9. RGB value is (219,21,249). Sum of RGB (Red+Green+Blue) = 219+21+249=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 21 (8.59% from 255 or 4.29% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB15F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB15F9 is #24EA06. Grayscale: #696969. Windows color (decimal): -2419207 or 16324059. OLE color: 16324059.

HSL color Cylindrical-coordinate representation of color #DB15F9: hue angle of 292.11º 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 #DB15F9 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 21 249 -
CMYK 0.12 0.92 0 0.02
HSL 292.11º 0.95% 0.53% -
HSV(B) 292.11º 0.92% 0.98% -
XYZ 46.58 22.44 91.5 -
YUV 106.19 208.6 208.46 -
System Red Green Blue C M Y K H S L
Decimal 219 21 249 0.12 0.92 0 0.02 292.11 0.95 0.53
Hex DB 15 F9 C 5C 0 2 124 5F 35
Octal 333 25 371 14 134 0 2 444 137 65
Binary 11011011 10101 11111001 1100 1011100 0 10 100100100 1011111 110101

Color Harmonies of #DB15F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB15F9

Black with #DB15F9

Text Example


Text Example

White with #DB15F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB15F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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