Html Css Color HEX #DB29F9 Psychedelic Purple

📋 copy color: '#DB29F9'

red 219 ◦ green 41 ◦ blue 249

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

Shades of Psychedelic Purple #DB29F9

Tints of Psychedelic Purple #DB29F9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.06%

 BLUE value IS 249 (97.66% from 255) = 48.92%

R = 43.03%
G = 8.06%
B = 48.92%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB29F9 (or 0xDB29F9) is known color: Psychedelic Purple. HEX triplet: DB, 29 and F9. RGB value is (219,41,249). Sum of RGB (Red+Green+Blue) = 219+41+249=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 41 (16.41% from 255 or 8.06% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB29F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB29F9 is #24D606. Grayscale: #757575. Windows color (decimal): -2414087 or 16329179. OLE color: 16329179.

HSL color Cylindrical-coordinate representation of color #DB29F9: hue angle of 291.35º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB29F9 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 41 249 -
CMYK 0.12 0.84 0 0.02
HSL 291.35º 0.95% 0.57% -
HSV(B) 291.35º 0.84% 0.98% -
XYZ 47.11 23.49 91.67 -
YUV 117.93 201.97 200.09 -
System Red Green Blue C M Y K H S L
Decimal 219 41 249 0.12 0.84 0 0.02 291.35 0.95 0.57
Hex DB 29 F9 C 54 0 2 123 5F 39
Octal 333 51 371 14 124 0 2 443 137 71
Binary 11011011 101001 11111001 1100 1010100 0 10 100100011 1011111 111001

Color Harmonies of #DB29F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29F9

Black with #DB29F9

Text Example


Text Example

White with #DB29F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29F9; }

 p { color: rgb(219,41,249); }

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

background-color css

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

 a { background-color: rgb(219,41,249); }

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

border-color css

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

 span { border-color: rgb(219,41,249); }

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