Html Css Color HEX #DB1DFD Psychedelic Purple

📋 copy color: '#DB1DFD'

red 219 ◦ green 29 ◦ blue 253

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

Shades of Psychedelic Purple #DB1DFD

Tints of Psychedelic Purple #DB1DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.79%

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

R = 43.71%
G = 5.79%
B = 50.5%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB1DFD (or 0xDB1DFD) is known color: Psychedelic Purple. HEX triplet: DB, 1D and FD. RGB value is (219,29,253). Sum of RGB (Red+Green+Blue) = 219+29+253=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 29 (11.72% from 255 or 5.79% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB1DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1DFD is #24E202. Grayscale: #6E6E6E. Windows color (decimal): -2417155 or 16588251. OLE color: 16588251.

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

Color convert

RGB 219 29 253 -
CMYK 0.13 0.89 0 0.01
HSL 290.89º 0.98% 0.55% -
HSV(B) 290.89º 0.89% 0.99% -
XYZ 47.38 23.03 94.88 -
YUV 111.35 207.95 204.79 -
System Red Green Blue C M Y K H S L
Decimal 219 29 253 0.13 0.89 0 0.01 290.89 0.98 0.55
Hex DB 1D FD D 59 0 1 123 62 37
Octal 333 35 375 15 131 0 1 443 142 67
Binary 11011011 11101 11111101 1101 1011001 0 1 100100011 1100010 110111

Color Harmonies of #DB1DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1DFD

Black with #DB1DFD

Text Example


Text Example

White with #DB1DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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