Html Css Color HEX #DB58EB Free Speech Magenta

📋 copy color: '#DB58EB'

red 219 ◦ green 88 ◦ blue 235

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

Shades of Free Speech Magenta #DB58EB

Tints of Free Speech Magenta #DB58EB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.24%

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

R = 40.41%
G = 16.24%
B = 43.36%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB58EB (or 0xDB58EB) is known color: Free Speech Magenta. HEX triplet: DB, 58 and EB. RGB value is (219,88,235). Sum of RGB (Red+Green+Blue) = 219+88+235=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 88 (34.77% from 255 or 16.24% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB58EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58EB is #24A714. Grayscale: #8F8F8F. Windows color (decimal): -2402069 or 15423707. OLE color: 15423707.

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

Color convert

RGB 219 88 235 -
CMYK 0.07 0.63 0 0.08
HSL 293.47º 0.79% 0.63% -
HSV(B) 293.47º 0.63% 0.92% -
XYZ 47.7 28.04 81.5 -
YUV 143.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 219 88 235 0.07 0.63 0 0.08 293.47 0.79 0.63
Hex DB 58 EB 7 3F 0 8 125 4F 3F
Octal 333 130 353 7 77 0 10 445 117 77
Binary 11011011 1011000 11101011 111 111111 0 1000 100100101 1001111 111111

Color Harmonies of #DB58EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB58EB

Black with #DB58EB

Text Example


Text Example

White with #DB58EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB58EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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