Html Css Color HEX #DB11F7 Psychedelic Purple

📋 copy color: '#DB11F7'

red 219 ◦ green 17 ◦ blue 247

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

Shades of Psychedelic Purple #DB11F7

Tints of Psychedelic Purple #DB11F7

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.52%

 BLUE value IS 247 (96.88% from 255) = 51.14%

R = 45.34%
G = 3.52%
B = 51.14%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB11F7 (or 0xDB11F7) is known color: Psychedelic Purple. HEX triplet: DB, 11 and F7. RGB value is (219,17,247). Sum of RGB (Red+Green+Blue) = 219+17+247=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB11F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB11F7 is #24EE08. Grayscale: #666666. Windows color (decimal): -2420233 or 16191963. OLE color: 16191963.

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

Color convert

RGB 219 17 247 -
CMYK 0.11 0.93 0 0.03
HSL 292.7º 0.93% 0.52% -
HSV(B) 292.7º 0.93% 0.97% -
XYZ 46.2 22.18 89.84 -
YUV 103.62 208.92 210.3 -
System Red Green Blue C M Y K H S L
Decimal 219 17 247 0.11 0.93 0 0.03 292.7 0.93 0.52
Hex DB 11 F7 B 5D 0 3 125 5D 34
Octal 333 21 367 13 135 0 3 445 135 64
Binary 11011011 10001 11110111 1011 1011101 0 11 100100101 1011101 110100

Color Harmonies of #DB11F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB11F7

Black with #DB11F7

Text Example


Text Example

White with #DB11F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB11F7; }

 p { color: rgb(219,17,247); }

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

background-color css

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

 a { background-color: rgb(219,17,247); }

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

border-color css

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

 span { border-color: rgb(219,17,247); }

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