Html Css Color HEX #DB0FE7 Psychedelic Purple

📋 copy color: '#DB0FE7'

red 219 ◦ green 15 ◦ blue 231

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

Shades of Psychedelic Purple #DB0FE7

Tints of Psychedelic Purple #DB0FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.68%

R = 47.1%
G = 3.23%
B = 49.68%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB0FE7 (or 0xDB0FE7) is known color: Psychedelic Purple. HEX triplet: DB, 0F and E7. RGB value is (219,15,231). Sum of RGB (Red+Green+Blue) = 219+15+231=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB0FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0FE7 is #24F018. Grayscale: #636363. Windows color (decimal): -2420761 or 15142875. OLE color: 15142875.

HSL color Cylindrical-coordinate representation of color #DB0FE7: hue angle of 296.67º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0FE7 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 15 231 -
CMYK 0.05 0.94 0 0.09
HSL 296.67º 0.88% 0.48% -
HSV(B) 296.67º 0.94% 0.91% -
XYZ 43.81 21.17 77.38 -
YUV 100.62 201.59 212.44 -
System Red Green Blue C M Y K H S L
Decimal 219 15 231 0.05 0.94 0 0.09 296.67 0.88 0.48
Hex DB F E7 5 5E 0 9 129 58 30
Octal 333 17 347 5 136 0 11 451 130 60
Binary 11011011 1111 11100111 101 1011110 0 1001 100101001 1011000 110000

Color Harmonies of #DB0FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FE7

Black with #DB0FE7

Text Example


Text Example

White with #DB0FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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