Html Css Color HEX #DB07FF Psychedelic Purple

📋 copy color: '#DB07FF'

red 219 ◦ green 7 ◦ blue 255

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

Shades of Psychedelic Purple #DB07FF

Tints of Psychedelic Purple #DB07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.46%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 45.53%
G = 1.46%
B = 53.01%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB07FF (or 0xDB07FF) is known color: Psychedelic Purple. HEX triplet: DB, 07 and FF. RGB value is (219,7,255). Sum of RGB (Red+Green+Blue) = 219+7+255=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 7 (3.12% from 255 or 1.46% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB07FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB07FF is #24F800. Grayscale: #616161. Windows color (decimal): -2422785 or 16713691. OLE color: 16713691.

HSL color Cylindrical-coordinate representation of color #DB07FF: hue angle of 291.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07FF is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 7 255 -
CMYK 0.14 0.97 0 0
HSL 291.29º 1% 0.51% -
HSV(B) 291.29º 0.97% 1% -
XYZ 47.34 22.43 96.44 -
YUV 98.66 216.24 213.83 -
System Red Green Blue C M Y K H S L
Decimal 219 7 255 0.14 0.97 0 0 291.29 1 0.51
Hex DB 7 FF E 61 0 0 123 64 33
Octal 333 7 377 16 141 0 0 443 144 63
Binary 11011011 111 11111111 1110 1100001 0 0 100100011 1100100 110011

Color Harmonies of #DB07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB07FF

Black with #DB07FF

Text Example


Text Example

White with #DB07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB07FF; }

 p { color: rgb(219,7,255); }

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

background-color css

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

 a { background-color: rgb(219,7,255); }

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

border-color css

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

 span { border-color: rgb(219,7,255); }

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