Html Css Color HEX #DB28F9 Psychedelic Purple

📋 copy color: '#DB28F9'

red 219 ◦ green 40 ◦ blue 249

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

Shades of Psychedelic Purple #DB28F9

Tints of Psychedelic Purple #DB28F9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.87%

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

R = 43.11%
G = 7.87%
B = 49.02%

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

#DB28F9 (or 0xDB28F9) is known color: Psychedelic Purple. HEX triplet: DB, 28 and F9. RGB value is (219,40,249). Sum of RGB (Red+Green+Blue) = 219+40+249=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 40 (16.02% from 255 or 7.87% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB28F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB28F9 is #24D706. Grayscale: #747474. Windows color (decimal): -2414343 or 16328923. OLE color: 16328923.

HSL color Cylindrical-coordinate representation of color #DB28F9: hue angle of 291.39º 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 #DB28F9 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 40 249 -
CMYK 0.12 0.84 0 0.02
HSL 291.39º 0.95% 0.57% -
HSV(B) 291.39º 0.84% 0.98% -
XYZ 47.07 23.42 91.66 -
YUV 117.35 202.3 200.51 -
System Red Green Blue C M Y K H S L
Decimal 219 40 249 0.12 0.84 0 0.02 291.39 0.95 0.57
Hex DB 28 F9 C 54 0 2 123 5F 39
Octal 333 50 371 14 124 0 2 443 137 71
Binary 11011011 101000 11111001 1100 1010100 0 10 100100011 1011111 111001

Color Harmonies of #DB28F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28F9

Black with #DB28F9

Text Example


Text Example

White with #DB28F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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