Html Css Color HEX #DB18F1 Psychedelic Purple

📋 copy color: '#DB18F1'

red 219 ◦ green 24 ◦ blue 241

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

Shades of Psychedelic Purple #DB18F1

Tints of Psychedelic Purple #DB18F1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.96%

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 45.25%
G = 4.96%
B = 49.79%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB18F1 (or 0xDB18F1) is known color: Psychedelic Purple. HEX triplet: DB, 18 and F1. RGB value is (219,24,241). Sum of RGB (Red+Green+Blue) = 219+24+241=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB18F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB18F1 is #24E70E. Grayscale: #6A6A6A. Windows color (decimal): -2418447 or 15800539. OLE color: 15800539.

HSL color Cylindrical-coordinate representation of color #DB18F1: hue angle of 293.92º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB18F1 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 24 241 -
CMYK 0.09 0.90 0 0.05
HSL 293.92º 0.89% 0.52% -
HSV(B) 293.92º 0.9% 0.95% -
XYZ 45.42 22.06 85.08 -
YUV 107.04 203.6 207.86 -
System Red Green Blue C M Y K H S L
Decimal 219 24 241 0.09 0.90 0 0.05 293.92 0.89 0.52
Hex DB 18 F1 9 5A 0 5 126 59 34
Octal 333 30 361 11 132 0 5 446 131 64
Binary 11011011 11000 11110001 1001 1011010 0 101 100100110 1011001 110100

Color Harmonies of #DB18F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB18F1

Black with #DB18F1

Text Example


Text Example

White with #DB18F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB18F1; }

 p { color: rgb(219,24,241); }

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

background-color css

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

 a { background-color: rgb(219,24,241); }

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

border-color css

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

 span { border-color: rgb(219,24,241); }

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