Html Css Color HEX #DB13F0 Psychedelic Purple

📋 copy color: '#DB13F0'

red 219 ◦ green 19 ◦ blue 240

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

Shades of Psychedelic Purple #DB13F0

Tints of Psychedelic Purple #DB13F0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.97%

 BLUE value IS 240 (94.14% from 255) = 50.21%

R = 45.82%
G = 3.97%
B = 50.21%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB13F0 (or 0xDB13F0) is known color: Psychedelic Purple. HEX triplet: DB, 13 and F0. RGB value is (219,19,240). Sum of RGB (Red+Green+Blue) = 219+19+240=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB13F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13F0 is #24EC0F. Grayscale: #676767. Windows color (decimal): -2419728 or 15733723. OLE color: 15733723.

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

Color convert

RGB 219 19 240 -
CMYK 0.09 0.92 0 0.06
HSL 294.3º 0.88% 0.51% -
HSV(B) 294.3º 0.92% 0.94% -
XYZ 45.17 21.82 84.27 -
YUV 103.99 204.76 210.03 -
System Red Green Blue C M Y K H S L
Decimal 219 19 240 0.09 0.92 0 0.06 294.3 0.88 0.51
Hex DB 13 F0 9 5C 0 6 126 58 33
Octal 333 23 360 11 134 0 6 446 130 63
Binary 11011011 10011 11110000 1001 1011100 0 110 100100110 1011000 110011

Color Harmonies of #DB13F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB13F0

Black with #DB13F0

Text Example


Text Example

White with #DB13F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB13F0; }

 p { color: rgb(219,19,240); }

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

background-color css

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

 a { background-color: rgb(219,19,240); }

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

border-color css

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

 span { border-color: rgb(219,19,240); }

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