Html Css Color HEX #DB08F8 Psychedelic Purple

📋 copy color: '#DB08F8'

red 219 ◦ green 8 ◦ blue 248

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

Shades of Psychedelic Purple #DB08F8

Tints of Psychedelic Purple #DB08F8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.68%

 BLUE value IS 248 (97.27% from 255) = 52.21%

R = 46.11%
G = 1.68%
B = 52.21%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB08F8 (or 0xDB08F8) is known color: Psychedelic Purple. HEX triplet: DB, 08 and F8. RGB value is (219,8,248). Sum of RGB (Red+Green+Blue) = 219+8+248=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB08F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB08F8 is #24F707. Grayscale: #616161. Windows color (decimal): -2422536 or 16255195. OLE color: 16255195.

HSL color Cylindrical-coordinate representation of color #DB08F8: hue angle of 292.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB08F8 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 8 248 -
CMYK 0.12 0.97 0 0.03
HSL 292.75º 0.94% 0.5% -
HSV(B) 292.75º 0.97% 0.97% -
XYZ 46.24 22.01 90.62 -
YUV 98.45 212.4 213.99 -
System Red Green Blue C M Y K H S L
Decimal 219 8 248 0.12 0.97 0 0.03 292.75 0.94 0.5
Hex DB 8 F8 C 61 0 3 125 5E 32
Octal 333 10 370 14 141 0 3 445 136 62
Binary 11011011 1000 11111000 1100 1100001 0 11 100100101 1011110 110010

Color Harmonies of #DB08F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB08F8

Black with #DB08F8

Text Example


Text Example

White with #DB08F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB08F8; }

 p { color: rgb(219,8,248); }

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

background-color css

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

 a { background-color: rgb(219,8,248); }

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

border-color css

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

 span { border-color: rgb(219,8,248); }

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