Html Css Color HEX #DB30DB Free Speech Magenta

📋 copy color: '#DB30DB'

red 219 ◦ green 48 ◦ blue 219

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

Shades of Free Speech Magenta #DB30DB

Tints of Free Speech Magenta #DB30DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 45.06%
G = 9.88%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB30DB (or 0xDB30DB) is known color: Free Speech Magenta. HEX triplet: DB, 30 and DB. RGB value is (219,48,219). Sum of RGB (Red+Green+Blue) = 219+48+219=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30DB is #24CF24. Grayscale: #767676. Windows color (decimal): -2412325 or 14364891. OLE color: 14364891.

HSL color Cylindrical-coordinate representation of color #DB30DB: hue angle of 300º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB30DB is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 48 219 -
CMYK 0 0.78 0 0.14
HSL 300º 0.7% 0.52% -
HSV(B) 300º 0.78% 0.86% -
XYZ 43.06 22.29 69.05 -
YUV 118.62 184.65 199.6 -
System Red Green Blue C M Y K H S L
Decimal 219 48 219 0 0.78 0 0.14 300 0.7 0.52
Hex DB 30 DB 0 4E 0 E 12C 46 34
Octal 333 60 333 0 116 0 16 454 106 64
Binary 11011011 110000 11011011 0 1001110 0 1110 100101100 1000110 110100

Color Harmonies of #DB30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30DB

Black with #DB30DB

Text Example


Text Example

White with #DB30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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