Html Css Color HEX #DB1DEA Psychedelic Purple

📋 copy color: '#DB1DEA'

red 219 ◦ green 29 ◦ blue 234

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

Shades of Psychedelic Purple #DB1DEA

Tints of Psychedelic Purple #DB1DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 45.44%
G = 6.02%
B = 48.55%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB1DEA (or 0xDB1DEA) is known color: Psychedelic Purple. HEX triplet: DB, 1D and EA. RGB value is (219,29,234). Sum of RGB (Red+Green+Blue) = 219+29+234=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB1DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1DEA is #24E215. Grayscale: #6C6C6C. Windows color (decimal): -2417174 or 15343067. OLE color: 15343067.

HSL color Cylindrical-coordinate representation of color #DB1DEA: hue angle of 295.61º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1DEA is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 29 234 -
CMYK 0.06 0.88 0 0.08
HSL 295.61º 0.83% 0.52% -
HSV(B) 295.61º 0.88% 0.92% -
XYZ 44.5 21.88 79.72 -
YUV 109.18 198.45 206.33 -
System Red Green Blue C M Y K H S L
Decimal 219 29 234 0.06 0.88 0 0.08 295.61 0.83 0.52
Hex DB 1D EA 6 58 0 8 128 53 34
Octal 333 35 352 6 130 0 10 450 123 64
Binary 11011011 11101 11101010 110 1011000 0 1000 100101000 1010011 110100

Color Harmonies of #DB1DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1DEA

Black with #DB1DEA

Text Example


Text Example

White with #DB1DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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