Html Css Color HEX #DB5DEB Free Speech Magenta

📋 copy color: '#DB5DEB'

red 219 ◦ green 93 ◦ blue 235

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

Shades of Free Speech Magenta #DB5DEB

Tints of Free Speech Magenta #DB5DEB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17%

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 40.04%
G = 17%
B = 42.96%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB5DEB (or 0xDB5DEB) is known color: Free Speech Magenta. HEX triplet: DB, 5D and EB. RGB value is (219,93,235). Sum of RGB (Red+Green+Blue) = 219+93+235=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB5DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DEB is #24A214. Grayscale: #929292. Windows color (decimal): -2400789 or 15424987. OLE color: 15424987.

HSL color Cylindrical-coordinate representation of color #DB5DEB: hue angle of 293.24º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5DEB is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 93 235 -
CMYK 0.07 0.60 0 0.08
HSL 293.24º 0.78% 0.64% -
HSV(B) 293.24º 0.6% 0.92% -
XYZ 48.12 28.89 81.64 -
YUV 146.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 219 93 235 0.07 0.60 0 0.08 293.24 0.78 0.64
Hex DB 5D EB 7 3C 0 8 125 4E 40
Octal 333 135 353 7 74 0 10 445 116 100
Binary 11011011 1011101 11101011 111 111100 0 1000 100100101 1001110 1000000

Color Harmonies of #DB5DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DEB

Black with #DB5DEB

Text Example


Text Example

White with #DB5DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DEB; }

 p { color: rgb(219,93,235); }

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

background-color css

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

 a { background-color: rgb(219,93,235); }

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

border-color css

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

 span { border-color: rgb(219,93,235); }

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