Html Css Color HEX #DB17F1 Psychedelic Purple

📋 copy color: '#DB17F1'

red 219 ◦ green 23 ◦ blue 241

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

Shades of Psychedelic Purple #DB17F1

Tints of Psychedelic Purple #DB17F1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.76%

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

R = 45.34%
G = 4.76%
B = 49.9%

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

#DB17F1 (or 0xDB17F1) is known color: Psychedelic Purple. HEX triplet: DB, 17 and F1. RGB value is (219,23,241). Sum of RGB (Red+Green+Blue) = 219+23+241=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB17F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB17F1 is #24E80E. Grayscale: #696969. Windows color (decimal): -2418703 or 15800283. OLE color: 15800283.

HSL color Cylindrical-coordinate representation of color #DB17F1: hue angle of 293.94º 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 #DB17F1 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 23 241 -
CMYK 0.09 0.90 0 0.05
HSL 293.94º 0.89% 0.52% -
HSV(B) 293.94º 0.9% 0.95% -
XYZ 45.4 22.02 85.08 -
YUV 106.46 203.93 208.27 -
System Red Green Blue C M Y K H S L
Decimal 219 23 241 0.09 0.90 0 0.05 293.94 0.89 0.52
Hex DB 17 F1 9 5A 0 5 126 59 34
Octal 333 27 361 11 132 0 5 446 131 64
Binary 11011011 10111 11110001 1001 1011010 0 101 100100110 1011001 110100

Color Harmonies of #DB17F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB17F1

Black with #DB17F1

Text Example


Text Example

White with #DB17F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB17F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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