Html Css Color HEX #DB30EB Free Speech Magenta

📋 copy color: '#DB30EB'

red 219 ◦ green 48 ◦ blue 235

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

Shades of Free Speech Magenta #DB30EB

Tints of Free Speech Magenta #DB30EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.56%

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

R = 43.63%
G = 9.56%
B = 46.81%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB30EB (or 0xDB30EB) is known color: Free Speech Magenta. HEX triplet: DB, 30 and EB. RGB value is (219,48,235). Sum of RGB (Red+Green+Blue) = 219+48+235=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB30EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB30EB is #24CF14. Grayscale: #777777. Windows color (decimal): -2412309 or 15413467. OLE color: 15413467.

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

Color convert

RGB 219 48 235 -
CMYK 0.07 0.80 0 0.08
HSL 294.87º 0.82% 0.55% -
HSV(B) 294.87º 0.8% 0.92% -
XYZ 45.27 23.17 80.68 -
YUV 120.45 192.65 198.29 -
System Red Green Blue C M Y K H S L
Decimal 219 48 235 0.07 0.80 0 0.08 294.87 0.82 0.55
Hex DB 30 EB 7 50 0 8 127 52 37
Octal 333 60 353 7 120 0 10 447 122 67
Binary 11011011 110000 11101011 111 1010000 0 1000 100100111 1010010 110111

Color Harmonies of #DB30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30EB

Black with #DB30EB

Text Example


Text Example

White with #DB30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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