Html Css Color HEX #DB30E9 Free Speech Magenta

📋 copy color: '#DB30E9'

red 219 ◦ green 48 ◦ blue 233

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

Shades of Free Speech Magenta #DB30E9

Tints of Free Speech Magenta #DB30E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 43.8%
G = 9.6%
B = 46.6%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB30E9 (or 0xDB30E9) is known color: Free Speech Magenta. HEX triplet: DB, 30 and E9. RGB value is (219,48,233). Sum of RGB (Red+Green+Blue) = 219+48+233=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB30E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB30E9 is #24CF16. Grayscale: #777777. Windows color (decimal): -2412311 or 15282395. OLE color: 15282395.

HSL color Cylindrical-coordinate representation of color #DB30E9: hue angle of 295.46º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB30E9 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 48 233 -
CMYK 0.06 0.79 0 0.09
HSL 295.46º 0.81% 0.55% -
HSV(B) 295.46º 0.79% 0.91% -
XYZ 44.98 23.06 79.17 -
YUV 120.22 191.65 198.46 -
System Red Green Blue C M Y K H S L
Decimal 219 48 233 0.06 0.79 0 0.09 295.46 0.81 0.55
Hex DB 30 E9 6 4F 0 9 127 51 37
Octal 333 60 351 6 117 0 11 447 121 67
Binary 11011011 110000 11101001 110 1001111 0 1001 100100111 1010001 110111

Color Harmonies of #DB30E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30E9

Black with #DB30E9

Text Example


Text Example

White with #DB30E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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