Html Css Color HEX #DB2DFD Psychedelic Purple

📋 copy color: '#DB2DFD'

red 219 ◦ green 45 ◦ blue 253

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

Shades of Psychedelic Purple #DB2DFD

Tints of Psychedelic Purple #DB2DFD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.7%

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 42.36%
G = 8.7%
B = 48.94%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB2DFD (or 0xDB2DFD) is known color: Psychedelic Purple. HEX triplet: DB, 2D and FD. RGB value is (219,45,253). Sum of RGB (Red+Green+Blue) = 219+45+253=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 45 (17.97% from 255 or 8.70% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB2DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2DFD is #24D202. Grayscale: #787878. Windows color (decimal): -2413059 or 16592347. OLE color: 16592347.

HSL color Cylindrical-coordinate representation of color #DB2DFD: hue angle of 290.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2DFD is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 45 253 -
CMYK 0.13 0.82 0 0.01
HSL 290.19º 0.98% 0.58% -
HSV(B) 290.19º 0.82% 0.99% -
XYZ 47.88 24.03 95.04 -
YUV 120.74 202.65 198.09 -
System Red Green Blue C M Y K H S L
Decimal 219 45 253 0.13 0.82 0 0.01 290.19 0.98 0.58
Hex DB 2D FD D 52 0 1 122 62 3A
Octal 333 55 375 15 122 0 1 442 142 72
Binary 11011011 101101 11111101 1101 1010010 0 1 100100010 1100010 111010

Color Harmonies of #DB2DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DFD

Black with #DB2DFD

Text Example


Text Example

White with #DB2DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DFD; }

 p { color: rgb(219,45,253); }

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

background-color css

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

 a { background-color: rgb(219,45,253); }

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

border-color css

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

 span { border-color: rgb(219,45,253); }

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