Html Css Color HEX #DB21ED Psychedelic Purple

📋 copy color: '#DB21ED'

red 219 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #DB21ED

Tints of Psychedelic Purple #DB21ED

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.75%

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 44.79%
G = 6.75%
B = 48.47%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB21ED (or 0xDB21ED) is known color: Psychedelic Purple. HEX triplet: DB, 21 and ED. RGB value is (219,33,237). Sum of RGB (Red+Green+Blue) = 219+33+237=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB21ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB21ED is #24DE12. Grayscale: #6F6F6F. Windows color (decimal): -2416147 or 15540699. OLE color: 15540699.

HSL color Cylindrical-coordinate representation of color #DB21ED: hue angle of 294.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB21ED is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 33 237 -
CMYK 0.08 0.86 0 0.07
HSL 294.71º 0.85% 0.53% -
HSV(B) 294.71º 0.86% 0.93% -
XYZ 45.04 22.26 82.04 -
YUV 111.87 198.62 204.41 -
System Red Green Blue C M Y K H S L
Decimal 219 33 237 0.08 0.86 0 0.07 294.71 0.85 0.53
Hex DB 21 ED 8 56 0 7 127 55 35
Octal 333 41 355 10 126 0 7 447 125 65
Binary 11011011 100001 11101101 1000 1010110 0 111 100100111 1010101 110101

Color Harmonies of #DB21ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21ED

Black with #DB21ED

Text Example


Text Example

White with #DB21ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21ED; }

 p { color: rgb(219,33,237); }

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

background-color css

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

 a { background-color: rgb(219,33,237); }

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

border-color css

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

 span { border-color: rgb(219,33,237); }

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