Html Css Color HEX #DB28FB Psychedelic Purple

📋 copy color: '#DB28FB'

red 219 ◦ green 40 ◦ blue 251

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

Shades of Psychedelic Purple #DB28FB

Tints of Psychedelic Purple #DB28FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.22%

R = 42.94%
G = 7.84%
B = 49.22%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB28FB (or 0xDB28FB) is known color: Psychedelic Purple. HEX triplet: DB, 28 and FB. RGB value is (219,40,251). Sum of RGB (Red+Green+Blue) = 219+40+251=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 40 (16.02% from 255 or 7.84% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB28FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB28FB is #24D704. Grayscale: #747474. Windows color (decimal): -2414341 or 16459995. OLE color: 16459995.

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

Color convert

RGB 219 40 251 -
CMYK 0.13 0.84 0 0.02
HSL 290.9º 0.96% 0.57% -
HSV(B) 290.9º 0.84% 0.98% -
XYZ 47.38 23.54 93.31 -
YUV 117.58 203.3 200.34 -
System Red Green Blue C M Y K H S L
Decimal 219 40 251 0.13 0.84 0 0.02 290.9 0.96 0.57
Hex DB 28 FB D 54 0 2 123 60 39
Octal 333 50 373 15 124 0 2 443 140 71
Binary 11011011 101000 11111011 1101 1010100 0 10 100100011 1100000 111001

Color Harmonies of #DB28FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28FB

Black with #DB28FB

Text Example


Text Example

White with #DB28FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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