Html Css Color HEX #DB48EB Free Speech Magenta

📋 copy color: '#DB48EB'

red 219 ◦ green 72 ◦ blue 235

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

Shades of Free Speech Magenta #DB48EB

Tints of Free Speech Magenta #DB48EB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.69%

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

R = 41.63%
G = 13.69%
B = 44.68%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB48EB (or 0xDB48EB) is known color: Free Speech Magenta. HEX triplet: DB, 48 and EB. RGB value is (219,72,235). Sum of RGB (Red+Green+Blue) = 219+72+235=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB48EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48EB is #24B714. Grayscale: #868686. Windows color (decimal): -2406165 or 15419611. OLE color: 15419611.

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

Color convert

RGB 219 72 235 -
CMYK 0.07 0.69 0 0.08
HSL 294.11º 0.8% 0.6% -
HSV(B) 294.11º 0.69% 0.92% -
XYZ 46.53 25.69 81.1 -
YUV 134.54 184.7 188.25 -
System Red Green Blue C M Y K H S L
Decimal 219 72 235 0.07 0.69 0 0.08 294.11 0.8 0.6
Hex DB 48 EB 7 45 0 8 126 50 3C
Octal 333 110 353 7 105 0 10 446 120 74
Binary 11011011 1001000 11101011 111 1000101 0 1000 100100110 1010000 111100

Color Harmonies of #DB48EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48EB

Black with #DB48EB

Text Example


Text Example

White with #DB48EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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